From 316158df8e423f6c123cf2d3349e27c2794b147b Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 14 Mar 2011 17:33:06 -0700 Subject: Bump LLVM version strings to 3.0svn, we're effectively tied to it now anyways. --- src/comp/rustc.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/comp') diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index 006aca62..c3cae312 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -51,17 +51,17 @@ auth pretty.pprust = impure; mod lib { alt (target_os) { case ("win32") { - let (llvm_lib = "LLVM-2.8.dll") { + let (llvm_lib = "LLVM-3.0.dll") { mod llvm; } } case ("macos") { - let (llvm_lib = "libLLVM-2.8svn.dylib") { + let (llvm_lib = "libLLVM-3.0svn.dylib") { mod llvm; } } else { - let (llvm_lib = "libLLVM-2.8svn.so") { + let (llvm_lib = "libLLVM-3.0svn.so") { mod llvm; } } -- cgit v1.2.3