[lld] [lld][WebAssembly] Add RUNTIME_PATH support to wasm-ld (PR #129050)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 27 11:13:02 PST 2025
================
@@ -0,0 +1,14 @@
+# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.o %s
+# RUN: wasm-ld -shared -o %t1.wasm %t.o -rpath /a/b/c -rpath /x/y/z
----------------
sbc100 wrote:
Should we add `--experimental-pic` here to silence the warning?
https://github.com/llvm/llvm-project/pull/129050
More information about the llvm-commits
mailing list