[llvm] 485d191 - [gn build] Port d6832a611a7c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 05:35:15 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-05T12:29:55Z
New Revision: 485d191f0ca5e31a60fe2489ac99270ed5c7a594

URL: https://github.com/llvm/llvm-project/commit/485d191f0ca5e31a60fe2489ac99270ed5c7a594
DIFF: https://github.com/llvm/llvm-project/commit/485d191f0ca5e31a60fe2489ac99270ed5c7a594.diff

LOG: [gn build] Port d6832a611a7c

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 39ee220ee3a721..371ca7fc7a37ef 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -396,6 +396,11 @@ if (current_toolchain == default_toolchain) {
       "__coroutine/coroutine_traits.h",
       "__coroutine/noop_coroutine_handle.h",
       "__coroutine/trivial_awaitables.h",
+      "__cstddef/byte.h",
+      "__cstddef/max_align_t.h",
+      "__cstddef/nullptr_t.h",
+      "__cstddef/ptr
diff _t.h",
+      "__cstddef/size_t.h",
       "__debug_utils/randomize_range.h",
       "__debug_utils/sanitizers.h",
       "__debug_utils/strict_weak_ordering_check.h",


        


More information about the llvm-commits mailing list