[llvm] c6f37ab - [gn build] Port a96443eddedc

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 9 07:08:39 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-09T14:04:27Z
New Revision: c6f37ab25093395bbf980e254bd64acf4a8fdd24

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

LOG: [gn build] Port a96443eddedc

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 2ea5d12ac43ca..1e54043a0c508 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -342,6 +342,7 @@ if (current_toolchain == default_toolchain) {
       "__locale",
       "__mbstate_t.h",
       "__memory/addressof.h",
+      "__memory/allocate_at_least.h",
       "__memory/allocation_guard.h",
       "__memory/allocator.h",
       "__memory/allocator_arg_t.h",


        


More information about the llvm-commits mailing list