git: 096b1a8099db - stable/12 - 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.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Dec 2021 10:06:04 UTC
The branch stable/12 has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=096b1a8099dbf7207a7c0312c21d178d6447dae9
commit 096b1a8099dbf7207a7c0312c21d178d6447dae9
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2020-08-22 15:31:56 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-12-22 09:58:34 +0000
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
(cherry picked from commit 1c1ab42925832e606ab1d6c48bd75de9b8432a3d)
---
lib/clang/libllvm/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile
index 17f92f7cd586..8e5aa8a49d41 100644
--- a/lib/clang/libllvm/Makefile
+++ b/lib/clang/libllvm/Makefile
@@ -1135,6 +1135,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