Add a missed source file for LLVM's BPF target. This target is not

enabled by default, so I forgot about it, apologies for the breakage.

Reported by:	hrs
MFC after:	6 weeks
X-MFC-With:	r364284
This commit is contained in:
Dimitry Andric 2020-08-22 15:31:56 +00:00
parent c078c3fd69
commit 1c1ab42925
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364485

View File

@ -1134,6 +1134,7 @@ SRCS_MIN+= Target/BPF/BPFMCInstLower.cpp
SRCS_MIN+= Target/BPF/BPFMIChecking.cpp
SRCS_MIN+= Target/BPF/BPFMIPeephole.cpp
SRCS_MIN+= Target/BPF/BPFMISimplifyPatchable.cpp
SRCS_MIN+= Target/BPF/BPFPreserveDIType.cpp
SRCS_MIN+= Target/BPF/BPFRegisterInfo.cpp
SRCS_MIN+= Target/BPF/BPFSelectionDAGInfo.cpp
SRCS_MIN+= Target/BPF/BPFSubtarget.cpp