forked from OSchip/llvm-project
parent
b54ccb2782
commit
c74e09f654
|
@ -8,6 +8,7 @@ add_llvm_library(LLVMMC
|
|||
MCAssembler.cpp
|
||||
MCCodeEmitter.cpp
|
||||
MCContext.cpp
|
||||
MCDisassembler.cpp
|
||||
MCExpr.cpp
|
||||
MCInst.cpp
|
||||
MCMachOStreamer.cpp
|
||||
|
|
|
@ -16,6 +16,7 @@ add_llvm_library(LLVMSupport
|
|||
IsNAN.cpp
|
||||
ManagedStatic.cpp
|
||||
MemoryBuffer.cpp
|
||||
MemoryObject.cpp
|
||||
PluginLoader.cpp
|
||||
PrettyStackTrace.cpp
|
||||
Regex.cpp
|
||||
|
|
|
@ -4,7 +4,7 @@ add_llvm_library(LLVMX86AsmPrinter
|
|||
X86ATTAsmPrinter.cpp
|
||||
X86ATTInstPrinter.cpp
|
||||
X86AsmPrinter.cpp
|
||||
X86MCInstLower.cpp
|
||||
X86IntelAsmPrinter.cpp
|
||||
X86MCInstLower.cpp
|
||||
)
|
||||
add_dependencies(LLVMX86AsmPrinter X86CodeGenTable_gen)
|
||||
|
|
Loading…
Reference in New Issue