[llvm] 70e343b - [gn build] Port 0e34f3f4968d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 9 06:35:15 PST 2024


Author: LLVM GN Syncbot
Date: 2024-12-09T14:29:00Z
New Revision: 70e343b97e5bc0643dc60aaad3e3235ed4e600b1

URL: https://github.com/llvm/llvm-project/commit/70e343b97e5bc0643dc60aaad3e3235ed4e600b1
DIFF: https://github.com/llvm/llvm-project/commit/70e343b97e5bc0643dc60aaad3e3235ed4e600b1.diff

LOG: [gn build] Port 0e34f3f4968d

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 98bd40a56eeac5..0c75dc8ac52ba0 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -284,11 +284,13 @@ if (current_toolchain == default_toolchain) {
       "__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",
+      "__atomic/support.h",
+      "__atomic/support/c11.h",
+      "__atomic/support/gcc.h",
       "__atomic/to_gcc_order.h",
       "__bit/bit_cast.h",
       "__bit/bit_ceil.h",


        


More information about the llvm-commits mailing list