mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Update CMake files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81577 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc91e54013
commit
4dbd074145
@ -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
Block a user