rollup merge of #17338 : nick29581/variants-namespace
This commit is contained in:
commit
04f5fe5a08
72 changed files with 489 additions and 457 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue