From 4483e77b3198acc9b7a96db1194797e4855d5f01 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Sun, 12 Mar 2023 21:25:33 +0000 Subject: [PATCH] [gn build] Port 43562287a816 --- llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 5 +++++ 1 file changed, 5 insertions(+) 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", -- 2.7.4