[llvm] 472ccf6 - [gn build] Port 61f1f1300254
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 11:06:06 PDT 2024
Author: Arthur Eubanks
Date: 2024-04-15T18:05:41Z
New Revision: 472ccf61a39387098ad3ed66c1353f82c7245ba3
URL: https://github.com/llvm/llvm-project/commit/472ccf61a39387098ad3ed66c1353f82c7245ba3
DIFF: https://github.com/llvm/llvm-project/commit/472ccf61a39387098ad3ed66c1353f82c7245ba3.diff
LOG: [gn build] Port 61f1f1300254
Added:
Modified:
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index 4270bae57ff2cf..2819eacaa85749 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -415,6 +415,7 @@ if (current_toolchain == default_toolchain) {
"__coroutine/noop_coroutine_handle.h",
"__coroutine/trivial_awaitables.h",
"__debug_utils/randomize_range.h",
+ "__debug_utils/sanitizers.h",
"__debug_utils/strict_weak_ordering_check.h",
"__exception/exception.h",
"__exception/exception_ptr.h",
More information about the llvm-commits
mailing list