# $OpenBSD: Makefile,v 1.8 2020/08/03 14:45:24 patrick Exp $ LIB= LLVMARMCodeGen NOPROFILE= CPPFLAGS+= -I${.OBJDIR}/../include/llvm/ARM -I${LLVM_SRCS}/lib/Target/ARM SRCS+= A15SDOptimizer.cpp \ ARMAsmPrinter.cpp \ ARMBaseInstrInfo.cpp \ ARMBaseRegisterInfo.cpp \ ARMBasicBlockInfo.cpp \ ARMCallingConv.cpp \ ARMCallLowering.cpp \ ARMConstantIslandPass.cpp \ ARMConstantPoolValue.cpp \ ARMExpandPseudoInsts.cpp \ ARMFastISel.cpp \ ARMFrameLowering.cpp \ ARMHazardRecognizer.cpp \ ARMISelDAGToDAG.cpp \ ARMISelLowering.cpp \ ARMInstrInfo.cpp \ ARMInstructionSelector.cpp \ ARMLegalizerInfo.cpp \ ARMLoadStoreOptimizer.cpp \ ARMLowOverheadLoops.cpp \ ARMMCInstLower.cpp \ ARMMachineFunctionInfo.cpp \ ARMMacroFusion.cpp \ ARMParallelDSP.cpp \ ARMRegisterBankInfo.cpp \ ARMRegisterInfo.cpp \ ARMOptimizeBarriersPass.cpp \ ARMSelectionDAGInfo.cpp \ ARMSubtarget.cpp \ ARMTargetMachine.cpp \ ARMTargetObjectFile.cpp \ ARMTargetTransformInfo.cpp \ MLxExpansionPass.cpp \ MVEGatherScatterLowering.cpp \ MVETailPredication.cpp \ MVEVPTBlockPass.cpp \ Thumb1FrameLowering.cpp \ Thumb1InstrInfo.cpp \ ThumbRegisterInfo.cpp \ Thumb2ITBlockPass.cpp \ Thumb2InstrInfo.cpp \ Thumb2SizeReduction.cpp .PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/ARM