[llvm] b51df26 - [gn build] (manually) port bba38de50c9
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon May 11 10:46:32 PDT 2020
Author: Nico Weber
Date: 2020-05-11T13:46:21-04:00
New Revision: b51df268eb7e61bde28bd4c09618045b6b221b56
URL: https://github.com/llvm/llvm-project/commit/b51df268eb7e61bde28bd4c09618045b6b221b56
DIFF: https://github.com/llvm/llvm-project/commit/b51df268eb7e61bde28bd4c09618045b6b221b56.diff
LOG: [gn build] (manually) port bba38de50c9
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
index ea1176f409da..a4042de7708f 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/sanitizer_common/BUILD.gn
@@ -108,6 +108,7 @@ source_set("sources") {
"sanitizer_procmaps_linux.cpp",
"sanitizer_procmaps_mac.cpp",
"sanitizer_procmaps_solaris.cpp",
+ "sanitizer_ptrauth.h",
"sanitizer_quarantine.h",
"sanitizer_report_decorator.h",
"sanitizer_ring_buffer.h",
More information about the llvm-commits
mailing list