[llvm] e1af76c - [gn build] Port 7ae61a36f946

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 15:07:08 PST 2024


Author: LLVM GN Syncbot
Date: 2024-11-26T23:00:14Z
New Revision: e1af76cad265694f1799d46de455f18c931ae2b7

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

LOG: [gn build] Port 7ae61a36f946

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 343af165197566..98bd40a56eeac5 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -833,6 +833,7 @@ if (current_toolchain == default_toolchain) {
       "__type_traits/decay.h",
       "__type_traits/dependent_type.h",
       "__type_traits/desugars_to.h",
+      "__type_traits/detected_or.h",
       "__type_traits/disjunction.h",
       "__type_traits/enable_if.h",
       "__type_traits/extent.h",


        


More information about the llvm-commits mailing list