Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAsembly] Update default triple in test files to wasm32-unknown-unkown. | Sam Clegg | 2018-05-10 | 1 | -1/+1 |
| | | | | | | | | | | Summary: The final -wasm component has been the default for some time now. Subscribers: jfb, dschuff, jgravelle-google, eraman, aheejin, JDevlieghere, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D46342 llvm-svn: 332007 | ||||
* | [WebAssembly] MC: Use inline triple in test bitcode files | Sam Clegg | 2018-01-23 | 1 | -1/+3 |
| | | | | | | | | | This matches the CodeGen tests and makes it a little easy to run these from the command line manually. Differential Revision: https://reviews.llvm.org/D42440 llvm-svn: 323275 | ||||
* | [WebAssembly] section kind can be code | Sam Clegg | 2017-12-07 | 1 | -0/+9 |
Currently, when creating a named section, the Wasm frontend forces it to use `SectionKind::Data`, whereas in fact C++ does generate code sections with custom names. Patch by Nicholas Wilson Differential Revision: https://reviews.llvm.org/D40906 llvm-svn: 320002 |