Update CMake files.

llvm-svn: 81577
This commit is contained in:
Ted Kremenek 2009-09-11 21:49:45 +00:00
parent b54ccb2782
commit c74e09f654
3 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,7 @@ add_llvm_library(LLVMMC
MCAssembler.cpp
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
MCExpr.cpp
MCInst.cpp
MCMachOStreamer.cpp

View File

@ -16,6 +16,7 @@ add_llvm_library(LLVMSupport
IsNAN.cpp
ManagedStatic.cpp
MemoryBuffer.cpp
MemoryObject.cpp
PluginLoader.cpp
PrettyStackTrace.cpp
Regex.cpp

View File

@ -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)