rollup merge of #17338 : nick29581/variants-namespace

This commit is contained in:
Alex Crichton 2014-09-19 10:00:29 -07:00
commit 04f5fe5a08
72 changed files with 489 additions and 457 deletions

View file

@ -325,11 +325,11 @@ pub enum AtomicOrdering {
// Consts for the LLVMCodeGenFileType type (in include/llvm/c/TargetMachine.h)
#[repr(C)]
pub enum FileType {
AssemblyFile = 0,
ObjectFile = 1
AssemblyFileType = 0,
ObjectFileType = 1
}
pub enum Metadata {
pub enum MetadataType {
MD_dbg = 0,
MD_tbaa = 1,
MD_prof = 2,