[llvm] 0d96508 - [gn] port 7162fd750ee5
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 07:04:45 PST 2024
Author: Nico Weber
Date: 2024-01-30T10:04:33-05:00
New Revision: 0d965080b48c5661d7cc5d043be19a6a72165001
URL: https://github.com/llvm/llvm-project/commit/0d965080b48c5661d7cc5d043be19a6a72165001
DIFF: https://github.com/llvm/llvm-project/commit/0d965080b48c5661d7cc5d043be19a6a72165001.diff
LOG: [gn] port 7162fd750ee5
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 6ab1a7d6f4eba..a797593362cc7 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -761,10 +761,14 @@ if (current_toolchain == default_toolchain) {
"__thread/id.h",
"__thread/jthread.h",
"__thread/poll_with_backoff.h",
+ "__thread/support.h",
+ "__thread/support/c11.h",
+ "__thread/support/external.h",
+ "__thread/support/pthread.h",
+ "__thread/support/windows.h",
"__thread/this_thread.h",
"__thread/thread.h",
"__thread/timed_backoff_policy.h",
- "__threading_support",
"__tree",
"__tuple/make_tuple_types.h",
"__tuple/pair_like.h",
More information about the llvm-commits
mailing list