aboutsummaryrefslogtreecommitdiff
path: root/src/comp/rustc.rc
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-11-05 18:27:35 -0700
committerGraydon Hoare <[email protected]>2010-11-05 18:31:20 -0700
commit3956b983123cd204b736c7b43ed5f1c7c607717a (patch)
tree372b1d3563269b92d4aaba4855293e265b65a287 /src/comp/rustc.rc
parentrustboot: Report the alias-ness of function parameters in type errors (diff)
downloadrust-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.rc2
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;
}
}