| commit | 088c47ee5be1c7ed4aae2bbfda6f762d4643c4df | [log] [tgz] |
|---|---|---|
| author | JF Bastien <jfb@google.com> | Mon Jul 27 23:25:54 2015 +0000 |
| committer | JF Bastien <jfb@google.com> | Mon Jul 27 23:25:54 2015 +0000 |
| tree | 00f4551252f45eadbd3cc44514771ac45c52feca | |
| parent | a381e10518c6457104d343655f128a6d625789a3 [diff] |
WebAssembly: add a generic CPU Summary: 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. Subscribers: jfb, llvm-commits, sunfish Differential Revision: http://reviews.llvm.org/D11546 llvm-svn: 243345