[PATCH] D57798: [WebAssembly] Add atomics target option
Thomas Lively via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 5 17:32:33 PST 2019
tlively added inline comments.
================
Comment at: lib/Basic/Targets/WebAssembly.cpp:172
+ }
+ if (Feature == "0atomics") {
+ HasAtomics = false;
----------------
-atomics
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57798/new/
https://reviews.llvm.org/D57798
More information about the cfe-commits
mailing list