Register new snapshots
This commit is contained in:
parent
4252a24ae1
commit
acc5e32e53
18 changed files with 23 additions and 94 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue