Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2020 15:31:57 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364485 - head/lib/clang/libllvm
Message-ID:  <202008221531.07MFVv85035649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008221531.07MFVv85035649>