1add_llvm_library(LLVMAsmPrinter 2 AddressPool.cpp 3 ARMException.cpp 4 AsmPrinter.cpp 5 AsmPrinterDwarf.cpp 6 AsmPrinterInlineAsm.cpp 7 DbgValueHistoryCalculator.cpp 8 DIE.cpp 9 DIEHash.cpp 10 DwarfAccelTable.cpp 11 DwarfCFIException.cpp 12 DwarfDebug.cpp 13 DwarfFile.cpp 14 DwarfStringPool.cpp 15 DwarfUnit.cpp 16 EHStreamer.cpp 17 ErlangGCPrinter.cpp 18 OcamlGCPrinter.cpp 19 Win64Exception.cpp 20 WinCodeViewLineTables.cpp 21 ) 22 23add_dependencies(LLVMAsmPrinter intrinsics_gen) 24