[PATCH] D102281: [lld][WebAssembly] Allow data symbols to extend past end of segment
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 11 17:57:50 PDT 2021
dschuff added inline comments.
================
Comment at: lld/test/wasm/merge-string.s:19
bar:
.asciz "bc"
.asciz "bc"
----------------
does `.asciz` mean that it puts a NUL after each one of the "bc" substrings here? (in other words, is it 'b' 'c' \0 'b' 'c' \0 ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102281/new/
https://reviews.llvm.org/D102281
More information about the llvm-commits
mailing list