[llvm] c8084fd - [gn build] Port 08920cc04343

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 8 04:24:42 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-08T11:20:14Z
New Revision: c8084fd9076aa20e3929e21bff11b2492c399a55

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

LOG: [gn build] Port 08920cc04343

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 b0229274a98a7..9b34a3b4b967a 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -467,6 +467,8 @@ if (current_toolchain == default_toolchain) {
       "__threading_support",
       "__tree",
       "__tuple",
+      "__type_traits/integral_constant.h",
+      "__type_traits/is_callable.h",
       "__undef_macros",
       "__utility/as_const.h",
       "__utility/auto_cast.h",


        


More information about the llvm-commits mailing list