1# $OpenBSD: Makefile,v 1.10 2023/11/11 18:35:36 robert Exp $ 2 3LIB= LLVMAsmPrinter 4NOPROFILE= 5 6SRCS+= AccelTable.cpp \ 7 AddressPool.cpp \ 8 AIXException.cpp \ 9 ARMException.cpp \ 10 AsmPrinter.cpp \ 11 AsmPrinterDwarf.cpp \ 12 AsmPrinterInlineAsm.cpp \ 13 DbgEntityHistoryCalculator.cpp \ 14 DebugHandlerBase.cpp \ 15 DebugLocStream.cpp \ 16 DIE.cpp \ 17 DIEHash.cpp \ 18 DwarfCFIException.cpp \ 19 DwarfCompileUnit.cpp \ 20 DwarfDebug.cpp \ 21 DwarfExpression.cpp \ 22 DwarfFile.cpp \ 23 DwarfStringPool.cpp \ 24 DwarfUnit.cpp \ 25 EHStreamer.cpp \ 26 ErlangGCPrinter.cpp \ 27 OcamlGCPrinter.cpp \ 28 PseudoProbePrinter.cpp \ 29 WinCFGuard.cpp \ 30 WinException.cpp \ 31 CodeViewDebug.cpp \ 32 WasmException.cpp 33 34.PATH: ${.CURDIR}/../../../llvm/llvm/lib/CodeGen/AsmPrinter 35