[llvm] SymbolizableOjbectFile: Convert Wasm file offset to section offset for DWARF (PR #191068)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 12:45:59 PDT 2026
================
@@ -0,0 +1,74 @@
+# REQUIRES: webassembly-registered-target, lld
+# RUN: llvm-mc -triple=wasm32-unknown-unknown -filetype=obj %s -o %t.o -g
+# RUN: wasm-ld %t.o -o %t.wasm --no-entry --export=foo --export=bar
----------------
dschuff wrote:
https://github.com/llvm/llvm-project/pull/193574
https://github.com/llvm/llvm-project/pull/191068
More information about the llvm-commits
mailing list