[lld] [lld][WebAssembly] Do not relocate ABSOLUTE symbols (PR #153763)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 18 21:18:50 PDT 2025


================
@@ -41,6 +41,11 @@ foo:
   drop
 
   global.get __stack_pointer
+  i32.load 0
+  call_indirect  () -> (i32)
+  drop
----------------
sbc100 wrote:

yup, I think i can be removed

https://github.com/llvm/llvm-project/pull/153763


More information about the llvm-commits mailing list