From: LLVM GN Syncbot Date: Sun, 12 Mar 2023 21:25:33 +0000 (+0000) Subject: [gn build] Port 43562287a816 X-Git-Tag: upstream/17.0.6~15104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4483e77b3198acc9b7a96db1194797e4855d5f01;p=platform%2Fupstream%2Fllvm.git [gn build] Port 43562287a816 --- diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 1c8424a..58a18b0 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",