Skip to content

Commit 91c35d6

Browse files
committed
[gn] port aee99e8
1 parent cbaf3c6 commit 91c35d6

File tree

1 file changed

+7
-0
lines changed
  • llvm/utils/gn/secondary/compiler-rt/lib/builtins

1 file changed

+7
-0
lines changed

llvm/utils/gn/secondary/compiler-rt/lib/builtins/sources.gni

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,13 @@ if (current_cpu == "ve") {
526526
]
527527
}
528528

529+
if (current_cpu == "wasm") {
530+
builtins_sources += [
531+
"wasm/__c_longjmp.S",
532+
"wasm/__cpp_exceptions.S",
533+
]
534+
}
535+
529536
if (!compiler_rt_exclude_atomic_builtin) {
530537
builtins_sources += [ "atomic.c" ]
531538
}

0 commit comments

Comments
 (0)