summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/libLLVMARMCodeGen
diff options
context:
space:
mode:
authorPatrick Wildt <patrick@cvs.openbsd.org>2020-08-03 14:45:32 +0000
committerPatrick Wildt <patrick@cvs.openbsd.org>2020-08-03 14:45:32 +0000
commit8c3269248d83f86b317d96a4b650659e2a97473a (patch)
treeab4705fe98e8bf956c9b1c6f09d546b90c489275 /gnu/usr.bin/clang/libLLVMARMCodeGen
parent7e0762870f961466d585c29c6992b4dd4608d2e6 (diff)
Update build infrastructure for LLVM 10.0.0.
ok hackroom@ tested by plenty
Diffstat (limited to 'gnu/usr.bin/clang/libLLVMARMCodeGen')
-rw-r--r--gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile b/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile
index 929233adb54..659c1c91235 100644
--- a/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile
+++ b/gnu/usr.bin/clang/libLLVMARMCodeGen/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2019/03/05 09:44:39 jsg Exp $
+# $OpenBSD: Makefile,v 1.8 2020/08/03 14:45:24 patrick Exp $
LIB= LLVMARMCodeGen
NOPROFILE=
@@ -9,9 +9,9 @@ SRCS+= A15SDOptimizer.cpp \
ARMAsmPrinter.cpp \
ARMBaseInstrInfo.cpp \
ARMBaseRegisterInfo.cpp \
+ ARMBasicBlockInfo.cpp \
+ ARMCallingConv.cpp \
ARMCallLowering.cpp \
- ARMCodeGenPrepare.cpp \
- ARMComputeBlockSize.cpp \
ARMConstantIslandPass.cpp \
ARMConstantPoolValue.cpp \
ARMExpandPseudoInsts.cpp \
@@ -24,6 +24,7 @@ SRCS+= A15SDOptimizer.cpp \
ARMInstructionSelector.cpp \
ARMLegalizerInfo.cpp \
ARMLoadStoreOptimizer.cpp \
+ ARMLowOverheadLoops.cpp \
ARMMCInstLower.cpp \
ARMMachineFunctionInfo.cpp \
ARMMacroFusion.cpp \
@@ -37,6 +38,9 @@ SRCS+= A15SDOptimizer.cpp \
ARMTargetObjectFile.cpp \
ARMTargetTransformInfo.cpp \
MLxExpansionPass.cpp \
+ MVEGatherScatterLowering.cpp \
+ MVETailPredication.cpp \
+ MVEVPTBlockPass.cpp \
Thumb1FrameLowering.cpp \
Thumb1InstrInfo.cpp \
ThumbRegisterInfo.cpp \
@@ -44,4 +48,4 @@ SRCS+= A15SDOptimizer.cpp \
Thumb2InstrInfo.cpp \
Thumb2SizeReduction.cpp
-.PATH: ${.CURDIR}/../../../llvm/lib/Target/ARM
+.PATH: ${.CURDIR}/../../../llvm/llvm/lib/Target/ARM