Author: dim
Date: Sat Aug 22 15:31:56 2020
New Revision: 364485
URL: https://svnweb.freebsd.org/changeset/base/364485

Log:
  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

Modified:
  head/lib/clang/libllvm/Makefile

Modified: head/lib/clang/libllvm/Makefile
==============================================================================
--- head/lib/clang/libllvm/Makefile     Sat Aug 22 14:39:14 2020        
(r364484)
+++ head/lib/clang/libllvm/Makefile     Sat Aug 22 15:31:56 2020        
(r364485)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to