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 bb28442 commit 309dcc1Copy full SHA for 309dcc1
llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -56,6 +56,9 @@ config("cxx_config") {
56
"_LIBCPP_BUILDING_LIBRARY",
57
"_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER",
58
]
59
+ if (current_os != "win") {
60
+ defines += [ "LIBCXX_BUILDING_LIBCXXABI" ]
61
+ }
62
if (target_os == "win") {
63
cflags += [ "/Zl" ]
64
defines += [
0 commit comments