Skip to content

Commit 8ff0ab0

Browse files
committed
[gn] attempt to port 8dfc67d (__assertion_handler)
1 parent 8c2b0d4 commit 8ff0ab0

File tree

1 file changed

+6
-0
lines changed
  • llvm/utils/gn/secondary/libcxx/include

1 file changed

+6
-0
lines changed

llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ if (current_toolchain == default_toolchain) {
6666
values = []
6767
}
6868

69+
copy("write_assertion_handler") {
70+
sources = [ "//libcxx/vendor/llvm/default_assertion_handler.in" ]
71+
outputs = [ "$libcxx_generated_include_dir/__assertion_handler" ]
72+
}
73+
6974
copy("copy_headers") {
7075
sources = [
7176
"__algorithm/adjacent_find.h",
@@ -1079,6 +1084,7 @@ if (current_toolchain == default_toolchain) {
10791084
deps = [
10801085
":write_config_site",
10811086
":write_modulemap",
1087+
":write_assertion_handler",
10821088
]
10831089
if (target_os != "mac" && target_os != "win") {
10841090
# libcxx/cmake/Modules/HandleLibCXXABI.cmake sets

0 commit comments

Comments
 (0)