[llvm] 6ad692b - [gn build] Port 4e112e5c1c85

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 3 15:34:50 PST 2024


Author: LLVM GN Syncbot
Date: 2024-02-03T23:28:57Z
New Revision: 6ad692b7b3416f632e1d38cef3cc83f618f428b0

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

LOG: [gn build] Port 4e112e5c1c85

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 ee6fc89ae927a..d7fee7da8479e 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -886,6 +886,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",


        


More information about the llvm-commits mailing list