[PATCH] D57874: [WebAssembly] Make thread-related options consistent
Dan Gohman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 7 17:05:35 PST 2019
sunfish added a comment.
> - `-matomics` means `-mthread-model posix`
The others sound reasonable, though this one seems a little surprising -- a user might have -matomics enabled because they're targeting a VM that has atomics, but still not want to use -mthread-model posix because their code doesn't actually using threads.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57874/new/
https://reviews.llvm.org/D57874
More information about the cfe-commits
mailing list