[llvm] d1a5b02 - [gn build] Port bea2ff655068

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 23:03:59 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-05-24T05:58:04Z
New Revision: d1a5b02678edcd13ace04b0d8b5362c472828306

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

LOG: [gn build] Port bea2ff655068

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 5b062c8329243..ca3de8d6fad42 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -762,6 +762,7 @@ if (current_toolchain == default_toolchain) {
       "__type_traits/has_unique_object_representation.h",
       "__type_traits/has_virtual_destructor.h",
       "__type_traits/integral_constant.h",
+      "__type_traits/invoke.h",
       "__type_traits/is_abstract.h",
       "__type_traits/is_aggregate.h",
       "__type_traits/is_allocator.h",


        


More information about the llvm-commits mailing list