X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FAsmPrinter%2FCMakeLists.txt;h=e6b7d648abfc650b38c3615bdcbdfa422d67f433;hb=da53f1e088ad594f604c950c6a9c62d7b6356b88;hp=ef6e157e86d0e2e092e07436883becbb7c9c122d;hpb=4e9c939312ff73bd0c6a6485fd5f97012f5910fa;p=oota-llvm.git diff --git a/lib/CodeGen/AsmPrinter/CMakeLists.txt b/lib/CodeGen/AsmPrinter/CMakeLists.txt index ef6e157e86d..e6b7d648abf 100644 --- a/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -1,18 +1,24 @@ add_llvm_library(LLVMAsmPrinter + AddressPool.cpp + ARMException.cpp AsmPrinter.cpp AsmPrinterDwarf.cpp AsmPrinterInlineAsm.cpp + DbgValueHistoryCalculator.cpp DIE.cpp + DIEHash.cpp + DwarfAccelTable.cpp + DwarfCFIException.cpp + DwarfCompileUnit.cpp DwarfDebug.cpp - DwarfException.cpp + DwarfFile.cpp + DwarfStringPool.cpp + DwarfUnit.cpp + EHStreamer.cpp + ErlangGCPrinter.cpp OcamlGCPrinter.cpp + Win64Exception.cpp + WinCodeViewLineTables.cpp ) -target_link_libraries (LLVMAsmPrinter - LLVMAnalysis - LLVMCodeGen - LLVMCore - LLVMMC - LLVMMCParser - LLVMTarget - ) +add_dependencies(LLVMAsmPrinter intrinsics_gen)