[PATCH] D101711: [lld][WebAssembly] Convert more tests to asm format

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 3 14:52:51 PDT 2021


dschuff added inline comments.


================
Comment at: lld/test/wasm/shared.s:14
+  .int32 func_external
+.size indirect_func_external, 4
+
----------------



================
Comment at: lld/test/wasm/shared.s:86
+  # Verify that a function which is otherwise not address taken *is* added to
+  # the wasm table with referenced via R_WASM_TABLE_INDEX_REL_SLEB
+  .functype get_local_func_address () -> (i32)
----------------



================
Comment at: lld/test/wasm/shared.s:109
+
+.section .custom_section.target_features,"",@
+.int8 1
----------------
Does this actually affect the link?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101711/new/

https://reviews.llvm.org/D101711



More information about the llvm-commits mailing list