The WebAssembly target is transitioning from ELF to a new binary object file format, for example in https://reviews.llvm.org/D26172 and so on. The patch here adds Triple support for this new format, in preparation for adding MC support.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
- rebase on trunk
- move the default object format for wasm32 and wasm64 back to ELF for now (it can be overridden by an explicit triple)