1add_llvm_component_library(LLVMAsmPrinter 2 AccelTable.cpp 3 AddressPool.cpp 4 AIXException.cpp 5 ARMException.cpp 6 AsmPrinter.cpp 7 AsmPrinterDwarf.cpp 8 AsmPrinterInlineAsm.cpp 9 DbgEntityHistoryCalculator.cpp 10 DebugHandlerBase.cpp 11 DebugLocStream.cpp 12 DIE.cpp 13 DIEHash.cpp 14 DwarfCFIException.cpp 15 DwarfCompileUnit.cpp 16 DwarfDebug.cpp 17 DwarfExpression.cpp 18 DwarfFile.cpp 19 DwarfStringPool.cpp 20 DwarfUnit.cpp 21 EHStreamer.cpp 22 ErlangGCPrinter.cpp 23 OcamlGCPrinter.cpp 24 PseudoProbePrinter.cpp 25 WinCFGuard.cpp 26 WinException.cpp 27 CodeViewDebug.cpp 28 WasmException.cpp 29 30 DEPENDS 31 intrinsics_gen 32 33 LINK_COMPONENTS 34 Analysis 35 BinaryFormat 36 CodeGen 37 Core 38 DebugInfoCodeView 39 DebugInfoDWARF 40 DebugInfoMSF 41 MC 42 MCParser 43 Remarks 44 Support 45 Target 46 TargetParser 47 ) 48