diff options
| author | Graydon Hoare <[email protected]> | 2010-11-05 18:27:35 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-11-05 18:31:20 -0700 |
| commit | 3956b983123cd204b736c7b43ed5f1c7c607717a (patch) | |
| tree | 372b1d3563269b92d4aaba4855293e265b65a287 /src/comp/rustc.rc | |
| parent | rustboot: Report the alias-ness of function parameters in type errors (diff) | |
| download | rust-3956b983123cd204b736c7b43ed5f1c7c607717a.tar.xz rust-3956b983123cd204b736c7b43ed5f1c7c607717a.zip | |
Switch rustc to llvm 2.8 rather than 2.8svn on windows.
Diffstat (limited to 'src/comp/rustc.rc')
| -rw-r--r-- | src/comp/rustc.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/rustc.rc b/src/comp/rustc.rc index f9f3b0a6..7b314ad7 100644 --- a/src/comp/rustc.rc +++ b/src/comp/rustc.rc @@ -38,7 +38,7 @@ auth lib.llvm = unsafe; mod lib { alt (target_os) { case ("win32") { - let (llvm_lib = "LLVM-2.8svn.dll") { + let (llvm_lib = "LLVM-2.8.dll") { mod llvm; } } |