[PATCH] D101711: [lld][WebAssembly] Convert more tests to asm format
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 3 15:08:04 PDT 2021
sbc100 added inline comments.
================
Comment at: lld/test/wasm/shared.s:109
+
+.section .custom_section.target_features,"",@
+.int8 1
----------------
dschuff wrote:
> Does this actually affect the link?
Yes. Without this, one cannot import `__stack_pointer` since its mutable.
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