[PATCH] D96233: [WebAssembly] Use data sections by default
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 11:00:09 PST 2021
dschuff added a comment.
So the issue here is that using attribute(section) just generates the equivalent of `.section` and expects it to be a data section by default? Can you use __attribute__(section) on a function too? what's the behavior?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96233/new/
https://reviews.llvm.org/D96233
More information about the llvm-commits
mailing list