[clang] [llvm] Conditionalize use of POSIX features missing on WASI/WebAssembly (PR #92677)

via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 13 15:19:33 PDT 2024


whitequark wrote:

I've further confirmed that clang.wasm can build complex software by building [Yosys](https://github.com/yosysHQ/yosys/) for Wasm using clang.wasm. It works fine and is able to translate a simple design; this makes it clear that a mature codebase with a mixture of C and C++ code can compile, link, and produce a working artifact using this port, so I have a high degree of confidence in this PR now.

https://github.com/llvm/llvm-project/pull/92677


More information about the cfe-commits mailing list