Auto merge of #37857 - shepmaster:llvm-4.0-dinodes, r=michaelwoerister
[LLVM 4.0] Handle new DIFlags enum
This commit is contained in:
commit
125474de07
8 changed files with 177 additions and 60 deletions
|
@ -29,8 +29,12 @@
|
|||
#![feature(link_args)]
|
||||
#![feature(linked_from)]
|
||||
#![feature(staged_api)]
|
||||
#![cfg_attr(not(stage0), feature(rustc_private))]
|
||||
|
||||
extern crate libc;
|
||||
#[macro_use]
|
||||
#[no_link]
|
||||
extern crate rustc_bitflags;
|
||||
|
||||
pub use self::IntPredicate::*;
|
||||
pub use self::RealPredicate::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue