Skip to content

Commit 3956b98

Browse files
committed
Switch rustc to llvm 2.8 rather than 2.8svn on windows.
1 parent de16674 commit 3956b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/comp/rustc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ auth lib.llvm = unsafe;
3838
mod lib {
3939
alt (target_os) {
4040
case ("win32") {
41-
let (llvm_lib = "LLVM-2.8svn.dll") {
41+
let (llvm_lib = "LLVM-2.8.dll") {
4242
mod llvm;
4343
}
4444
}

0 commit comments

Comments
 (0)