1add_llvm_component_library(LLVMAsmPrinter 2 AccelTable.cpp 3 AddressPool.cpp 4 ARMException.cpp 5 AsmPrinter.cpp 6 AsmPrinterDwarf.cpp 7 AsmPrinterInlineAsm.cpp 8 DbgEntityHistoryCalculator.cpp 9 DebugHandlerBase.cpp 10 DebugLocStream.cpp 11 DIE.cpp 12 DIEHash.cpp 13 DwarfCFIException.cpp 14 DwarfCompileUnit.cpp 15 DwarfDebug.cpp 16 DwarfExpression.cpp 17 DwarfFile.cpp 18 DwarfStringPool.cpp 19 DwarfUnit.cpp 20 EHStreamer.cpp 21 ErlangGCPrinter.cpp 22 OcamlGCPrinter.cpp 23 WinCFGuard.cpp 24 WinException.cpp 25 CodeViewDebug.cpp 26 WasmException.cpp 27 28 DEPENDS 29 intrinsics_gen 30 ) 31