64-bit WebAssembly (wasm64) is not specified and not supported in the
WebAssembly backend. We do have support for it in clang, however, and
we would like to keep that support because we expect wasm64 to be
specified and supported in the future. For now add an error when
trying to use wasm64 from the backend to minimize user confusion from
unexplained crashes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | ||
---|---|---|
60 ↗ | (On Diff #222523) | How about 'not currently supported'? I don't want to make an impression that this is something that's meant not to be supported but also don't want to imply that we have plans to support that in the future, so... 🤷🏻♀️ |