[llvm] 7ca5eae - [gn build] Port 3ec6c997c67d

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 17:24:53 PST 2022


Author: LLVM GN Syncbot
Date: 2022-12-15T01:19:28Z
New Revision: 7ca5eae40e88e60fad65517c110047f324bc2f5d

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

LOG: [gn build] Port 3ec6c997c67d

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 a16b68e406105..d861e1b086314 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -747,6 +747,7 @@ if (current_toolchain == default_toolchain) {
       "__type_traits/remove_reference.h",
       "__type_traits/remove_volatile.h",
       "__type_traits/result_of.h",
+      "__type_traits/strip_signature.h",
       "__type_traits/type_identity.h",
       "__type_traits/type_list.h",
       "__type_traits/underlying_type.h",


        


More information about the llvm-commits mailing list