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] Be consistent in generating trivial test input files | Sam Clegg | 2017-07-10 | 1 | -0/+19 |
For each checked-in wasm file, make sure the there is corresponding .ll file that can be used to regenerate it if needed. Add test/Object/Inputs/trivial-object-test.wasm to match other formats and add some new wasm tests in test/Object. Differential Revision: https://reviews.llvm.org/D35213 llvm-svn: 307585 |