aboutsummaryrefslogtreecommitdiff
path: root/lib/clang
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-03-05 22:04:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-03-05 22:04:23 +0000
commit0a4621159be68e49c08e9228630b394e188dcbbb (patch)
treeb64400869937e42c225ad40a36161bb9e6973b76 /lib/clang
parent6a855903707745c072f45e041ffa2f69b82cfb62 (diff)
downloadsrc-0a4621159be68e49c08e9228630b394e188dcbbb.tar.gz
src-0a4621159be68e49c08e9228630b394e188dcbbb.zip
Add a few missed files to the MK_LLVM_TARGET_BPF=yes case, otherwise
clang and various other executables will fail to link with undefined symbols. Reported by: O. Hartmann <ohartmann@walstatt.org> MFC after: 1 month X-MFC-With: r344779
Notes
Notes: svn path=/head/; revision=344825
Diffstat (limited to 'lib/clang')
-rw-r--r--lib/clang/libllvm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile
index 6ed3701dd9ee..52e2d6355997 100644
--- a/lib/clang/libllvm/Makefile
+++ b/lib/clang/libllvm/Makefile
@@ -1011,11 +1011,13 @@ SRCS_MIN+= Target/BPF/BPFISelDAGToDAG.cpp
SRCS_MIN+= Target/BPF/BPFISelLowering.cpp
SRCS_MIN+= Target/BPF/BPFInstrInfo.cpp
SRCS_MIN+= Target/BPF/BPFMCInstLower.cpp
+SRCS_MIN+= Target/BPF/BPFMIChecking.cpp
SRCS_MIN+= Target/BPF/BPFMIPeephole.cpp
SRCS_MIN+= Target/BPF/BPFRegisterInfo.cpp
SRCS_MIN+= Target/BPF/BPFSelectionDAGInfo.cpp
SRCS_MIN+= Target/BPF/BPFSubtarget.cpp
SRCS_MIN+= Target/BPF/BPFTargetMachine.cpp
+SRCS_MIN+= Target/BPF/BTFDebug.cpp
SRCS_MIN+= Target/BPF/Disassembler/BPFDisassembler.cpp
SRCS_MIN+= Target/BPF/InstPrinter/BPFInstPrinter.cpp
SRCS_MIN+= Target/BPF/MCTargetDesc/BPFAsmBackend.cpp