We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2bdb6 commit 8e47571Copy full SHA for 8e47571
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -911,6 +911,7 @@ if (current_toolchain == default_toolchain) {
911
"__utility/cmp.h",
912
"__utility/convert_to_integral.h",
913
"__utility/declval.h",
914
+ "__utility/empty.h",
915
"__utility/exception_guard.h",
916
"__utility/exchange.h",
917
"__utility/forward.h",
@@ -924,7 +925,6 @@ if (current_toolchain == default_toolchain) {
924
925
"__utility/priority_tag.h",
926
"__utility/rel_ops.h",
927
"__utility/swap.h",
- "__utility/terminate_on_exception.h",
928
"__utility/to_underlying.h",
929
"__utility/unreachable.h",
930
"__variant/monostate.h",
0 commit comments