[llvm] ee0c75e - [gn build] (semimanually) port 25a7e4b9f7c6
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 30 05:04:28 PST 2021
Author: Nico Weber
Date: 2021-11-30T08:04:15-05:00
New Revision: ee0c75eba31bdaf32e8f01803408d63ae42e3339
URL: https://github.com/llvm/llvm-project/commit/ee0c75eba31bdaf32e8f01803408d63ae42e3339
DIFF: https://github.com/llvm/llvm-project/commit/ee0c75eba31bdaf32e8f01803408d63ae42e3339.diff
LOG: [gn build] (semimanually) port 25a7e4b9f7c6
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 29cbf4c03bfe1..16d1d049a8db6 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
@@ -70,6 +70,7 @@ source_set("sources") {
"sanitizer_hash.h",
"sanitizer_interface_internal.h",
"sanitizer_internal_defs.h",
+ "sanitizer_leb128.h",
"sanitizer_lfstack.h",
"sanitizer_libc.cpp",
"sanitizer_libc.h",
More information about the llvm-commits
mailing list