[lld] [llvm] [Object][Wasm] Generate symbol info from name section names (PR #81063)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 7 16:49:15 PST 2024


================
@@ -0,0 +1,87 @@
+# RUN: yaml2obj %s -o %t.wasm
+# RUN: llvm-objdump -t %t.wasm | FileCheck %s
----------------
sbc100 wrote:

Should we add a test for `nm` too?

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


More information about the llvm-commits mailing list