aboutsummaryrefslogtreecommitdiff
path: root/src/comp/lib
diff options
context:
space:
mode:
authorPatrick Walton <[email protected]>2011-03-23 17:48:53 -0700
committerPatrick Walton <[email protected]>2011-03-23 17:48:53 -0700
commit4c5ab05741d804e46ee22cd157a4de863f6535f4 (patch)
treeec547c48d01b54d7ae53b7fd57dc26aa1725ec8b /src/comp/lib
parentbuild: Use the .def files when linking on Windows (diff)
downloadrust-4c5ab05741d804e46ee22cd157a4de863f6535f4.tar.xz
rust-4c5ab05741d804e46ee22cd157a4de863f6535f4.zip
rustc: Switch over to using rustllvm.dll exclusively, ending the "Franken-LLVM" problem
Diffstat (limited to 'src/comp/lib')
-rw-r--r--src/comp/lib/llvm.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs
index 5802fe19..1a643fe6 100644
--- a/src/comp/lib/llvm.rs
+++ b/src/comp/lib/llvm.rs
@@ -742,7 +742,7 @@ native mod llvm = llvm_lib {
fn LLVMDisposeMemoryBuffer(MemoryBufferRef MemBuf);
}
-native mod llvmext = llvmext_lib {
+native mod llvmext = llvm_lib {
type ObjectFileRef;
type SectionIteratorRef;