[llvm] 4e092d9 - [gn build] Port 544e38ca439f
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 23:26:49 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-05-17T06:22:04Z
New Revision: 4e092d9be64ce4c04b6a743a270e55f0af38316a
URL: https://github.com/llvm/llvm-project/commit/4e092d9be64ce4c04b6a743a270e55f0af38316a
DIFF: https://github.com/llvm/llvm-project/commit/4e092d9be64ce4c04b6a743a270e55f0af38316a.diff
LOG: [gn build] Port 544e38ca439f
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 da51cd30cab6..5b062c832924 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -700,6 +700,9 @@ if (current_toolchain == default_toolchain) {
"__ranges/zip_view.h",
"__split_buffer",
"__std_mbstate_t.h",
+ "__stop_token/atomic_unique_lock.h",
+ "__stop_token/intrusive_list_view.h",
+ "__stop_token/intrusive_shared_ptr.h",
"__string/char_traits.h",
"__string/constexpr_c_functions.h",
"__string/extern_template_lists.h",
More information about the llvm-commits
mailing list