[llvm] 1633398 - [gn build] Port 2d9efcfeec24

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 18:20:08 PST 2021


Author: LLVM GN Syncbot
Date: 2021-12-03T02:16:16Z
New Revision: 1633398cf8c49361815ae92e5714675dee6e936c

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

LOG: [gn build] Port 2d9efcfeec24

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 7ae0fbd9d5ec1..f1cab3a1cea19 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -287,6 +287,7 @@ if (current_toolchain == default_toolchain) {
       "__memory/allocator_traits.h",
       "__memory/auto_ptr.h",
       "__memory/compressed_pair.h",
+      "__memory/concepts.h",
       "__memory/construct_at.h",
       "__memory/pointer_traits.h",
       "__memory/raw_storage_iterator.h",


        


More information about the llvm-commits mailing list