Summary: Wasm object format has some functionality regressions from the ELF format, and doesn't play nicely with the rest of the toolchain. It should eventually be the default, but not yet.
Reviewers: sunfish, sbc100
Subscribers: jfb, dschuff, llvm-commits
Differential Revision: https://reviews.llvm.org/D33811
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304512
91177308-0d34-0410-b5e6-
96231b3b80d8
case Triple::tce:
case Triple::tcele:
case Triple::thumbeb:
- case Triple::xcore:
- return Triple::ELF;
-
case Triple::wasm32:
case Triple::wasm64:
- return Triple::Wasm;
+ case Triple::xcore:
+ return Triple::ELF;
case Triple::ppc:
case Triple::ppc64: