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 bc2004c commit c9f03b8Copy full SHA for c9f03b8
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -892,6 +892,7 @@ if (current_toolchain == default_toolchain) {
892
"__cxx03/__utility/unreachable.h",
893
"__cxx03/__variant/monostate.h",
894
"__cxx03/__verbose_abort",
895
+ "__cxx03/__verbose_trap",
896
"__cxx03/algorithm",
897
"__cxx03/array",
898
"__cxx03/atomic",
@@ -1601,6 +1602,7 @@ if (current_toolchain == default_toolchain) {
1601
1602
"__vector/vector_bool.h",
1603
"__vector/vector_bool_formatter.h",
1604
"__verbose_abort",
1605
+ "__verbose_trap",
1606
"algorithm",
1607
"any",
1608
"array",
0 commit comments