[llvm] 183c40a - [gn build] Port e356f681f6c4

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 08:27:33 PST 2022


Author: LLVM GN Syncbot
Date: 2022-12-14T16:17:52Z
New Revision: 183c40a1251d2c2b9e60964232b4a61a3d8962c6

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

LOG: [gn build] Port e356f681f6c4

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 590ee5e6a3a7a..a16b68e406105 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -344,6 +344,10 @@ if (current_toolchain == default_toolchain) {
       "__debug",
       "__debug_utils/randomize_range.h",
       "__errc",
+      "__expected/bad_expected_access.h",
+      "__expected/expected.h",
+      "__expected/unexpect.h",
+      "__expected/unexpected.h",
       "__filesystem/copy_options.h",
       "__filesystem/directory_entry.h",
       "__filesystem/directory_iterator.h",


        


More information about the llvm-commits mailing list