[llvm] 7226162 - [gn build] Port 7e1ee1e10dc0

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 4 10:33:21 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-06-04T17:27:50Z
New Revision: 72261627f60ea78fe5e778030a3c7e45705d9faa

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

LOG: [gn build] Port 7e1ee1e10dc0

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 c94ba37ecc96c..dbc5da7ad1bd7 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -400,6 +400,7 @@ if (current_toolchain == default_toolchain) {
       "__coroutine/trivial_awaitables.h",
       "__debug",
       "__debug_utils/randomize_range.h",
+      "__debug_utils/strict_weak_ordering_check.h",
       "__exception/exception.h",
       "__exception/exception_ptr.h",
       "__exception/nested_exception.h",


        


More information about the llvm-commits mailing list