WebAssemblySubtarget.cpp expects a default 'generic' CPU to exist, and this seems to be prevalent with other targets. It makes sense to have something between MVP and bleeding-edge, even though for now it's the same as MVP. This removes a warning that's currently generated.
Details
Details
- Reviewers
- None
- Commits
- rG088c47ee5be1: WebAssembly: add a generic CPU
rL243345: WebAssembly: add a generic CPU
Diff Detail
Diff Detail
- Repository
- rL LLVM