[llvm] 3050311 - [gn build] Port 67eee4a02979

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 08:20:21 PST 2024


Author: LLVM GN Syncbot
Date: 2024-02-02T16:14:19Z
New Revision: 30503116550c2bffe706366e93dbaee15850014c

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

LOG: [gn build] Port 67eee4a02979

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 aede9e5466af9..7b6f149acc367 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -885,6 +885,7 @@ if (current_toolchain == default_toolchain) {
       "__type_traits/is_trivially_lexicographically_comparable.h",
       "__type_traits/is_trivially_move_assignable.h",
       "__type_traits/is_trivially_move_constructible.h",
+      "__type_traits/is_trivially_relocatable.h",
       "__type_traits/is_unbounded_array.h",
       "__type_traits/is_union.h",
       "__type_traits/is_unsigned.h",
@@ -1090,9 +1091,9 @@ if (current_toolchain == default_toolchain) {
       "wctype.h",
     ]
     deps = [
+      ":write_assertion_handler",
       ":write_config_site",
       ":write_modulemap",
-      ":write_assertion_handler",
     ]
     if (target_os != "mac" && target_os != "win") {
       # libcxx/cmake/Modules/HandleLibCXXABI.cmake sets


        


More information about the llvm-commits mailing list