1# $OpenBSD: Makefile,v 1.7 2020/08/03 14:45:25 patrick Exp $ 2 3LIB= LLVMAsmPrinter 4NOPROFILE= 5 6SRCS+= ARMException.cpp \ 7 AccelTable.cpp \ 8 AddressPool.cpp \ 9 AsmPrinter.cpp \ 10 AsmPrinterDwarf.cpp \ 11 AsmPrinterInlineAsm.cpp \ 12 CodeViewDebug.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 WasmException.cpp \ 29 WinCFGuard.cpp \ 30 WinException.cpp 31 32.PATH: ${.CURDIR}/../../../llvm/llvm/lib/CodeGen/AsmPrinter 33