[lld] [llvm] [Object][Wasm] Generate symbol info from name section names (PR #81063)
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 17:32:34 PST 2024
================
@@ -0,0 +1,87 @@
+# RUN: yaml2obj %s -o %t.wasm
+# RUN: llvm-objdump -t %t.wasm | FileCheck %s
----------------
dschuff wrote:
I added an nm test to also test that the linking section overrides the name section. I'll move both of the tests to test/Object after #81072 lands
https://github.com/llvm/llvm-project/pull/81063
More information about the llvm-commits
mailing list