[llvm] 76c638d - [gn build] Port 46db8d822ecd

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 03:50:15 PST 2023


Author: LLVM GN Syncbot
Date: 2023-02-17T11:44:43Z
New Revision: 76c638d1ddec5c5fb8d38a127fc314d72bcc9a33

URL: https://github.com/llvm/llvm-project/commit/76c638d1ddec5c5fb8d38a127fc314d72bcc9a33
DIFF: https://github.com/llvm/llvm-project/commit/76c638d1ddec5c5fb8d38a127fc314d72bcc9a33.diff

LOG: [gn build] Port 46db8d822ecd

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 56f32de26359b..2a11dfb29cfb3 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -268,6 +268,20 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/unwrap_range.h",
       "__algorithm/upper_bound.h",
       "__assert",
+      "__atomic/aliases.h",
+      "__atomic/atomic.h",
+      "__atomic/atomic_base.h",
+      "__atomic/atomic_flag.h",
+      "__atomic/atomic_init.h",
+      "__atomic/atomic_lock_free.h",
+      "__atomic/atomic_sync.h",
+      "__atomic/check_memory_order.h",
+      "__atomic/contention_t.h",
+      "__atomic/cxx_atomic_impl.h",
+      "__atomic/fence.h",
+      "__atomic/is_always_lock_free.h",
+      "__atomic/kill_dependency.h",
+      "__atomic/memory_order.h",
       "__availability",
       "__bit/bit_cast.h",
       "__bit/bit_ceil.h",


        


More information about the llvm-commits mailing list