We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2b0d4 commit 8ff0ab0Copy full SHA for 8ff0ab0
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -66,6 +66,11 @@ if (current_toolchain == default_toolchain) {
66
values = []
67
}
68
69
+ copy("write_assertion_handler") {
70
+ sources = [ "//libcxx/vendor/llvm/default_assertion_handler.in" ]
71
+ outputs = [ "$libcxx_generated_include_dir/__assertion_handler" ]
72
+ }
73
+
74
copy("copy_headers") {
75
sources = [
76
"__algorithm/adjacent_find.h",
@@ -1079,6 +1084,7 @@ if (current_toolchain == default_toolchain) {
1079
1084
deps = [
1080
1085
":write_config_site",
1081
1086
":write_modulemap",
1087
+ ":write_assertion_handler",
1082
1088
]
1083
1089
if (target_os != "mac" && target_os != "win") {
1090
# libcxx/cmake/Modules/HandleLibCXXABI.cmake sets
0 commit comments