[llvm] 4483e77 - [gn build] Port 43562287a816

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 12 14:31:00 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-03-12T21:25:33Z
New Revision: 4483e77b3198acc9b7a96db1194797e4855d5f01

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

LOG: [gn build] Port 43562287a816

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 1c8424ad2c90a..58a18b075abc4 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -372,6 +372,11 @@ if (current_toolchain == default_toolchain) {
       "__debug",
       "__debug_utils/randomize_range.h",
       "__errc",
+      "__exception/exception.h",
+      "__exception/exception_ptr.h",
+      "__exception/nested_exception.h",
+      "__exception/operations.h",
+      "__exception/terminate.h",
       "__expected/bad_expected_access.h",
       "__expected/expected.h",
       "__expected/unexpect.h",


        


More information about the llvm-commits mailing list