]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/lib/llvm.rs
Register new snapshots
[rust.git] / src / librustc / lib / llvm.rs
index 5e5cc242358bf9bd9a2d9b288b4593bac0dba31a..a856c06997169b17ee02e3b69675167176e8cca6 100644 (file)
@@ -306,13 +306,7 @@ pub mod llvm {
     use std::libc::{c_char, c_int, c_longlong, c_ushort, c_uint, c_ulonglong,
                     size_t};
 
-    #[cfg(stage0)]
-    #[link_args = "-lrustllvm"]
-    extern {}
-    #[cfg(not(stage0))] // if you're deleting this, put this on the block below
     #[link(name = "rustllvm")]
-    extern {}
-
     extern {
         /* Create and destroy contexts. */
         pub fn LLVMContextCreate() -> ContextRef;