[lld] Fix SEGFAULT in wasm-ld when importing wrapped symbol (PR #169656)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 26 10:30:33 PST 2025
================
@@ -0,0 +1,36 @@
+# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown %s -o %t.o
+# RUN: wasm-ld -emit-relocs -wrap nosuchsym -wrap foo -allow-undefined -o %t.wasm %t.o
----------------
sbc100 wrote:
Is `emit-relocs` needed for this test?
https://github.com/llvm/llvm-project/pull/169656
More information about the llvm-commits
mailing list