This revision was automatically updated to reflect the committed changes.
Closed by commit rL352105: [WebAssembly] Add a __wasi__ target macro (authored
by djg, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57155?vs=183306&id=183375#toc
Repository:
rL LLVM
CHANGES SINCE
dschuff accepted this revision.
dschuff added a comment.
This revision is now accepted and ready to land.
LGTM; don't forget to include all the context in the future
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57155/new/
https://reviews.llvm.org/D57155
__
sunfish created this revision.
sunfish added reviewers: sbc100, dschuff, aheejin.
Herald added subscribers: llvm-commits, jgravelle-google.
sunfish edited the summary of this revision.
This adds a `__wasi__` macro for the wasi OS, similar to `__linux__` etc. for
other OS's.
Repository:
rL LLV