Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WebAssembly] Parse llvm.ident into producers section | Thomas Lively | 2019-01-17 | 1 | -0/+29 |
| | | | | llvm-svn: 351413 | ||||
* | Revert "[WebAssembly] Parse llvm.ident into producers section" | Thomas Lively | 2019-01-17 | 1 | -29/+0 |
| | | | | | | This reverts commit eccdbba3a02a33e13b5262e92200a33e2ead873d. llvm-svn: 351410 | ||||
* | [WebAssembly] Parse llvm.ident into producers section | Thomas Lively | 2019-01-16 | 1 | -0/+29 |
Summary: Everything before the word "version" is the tool, and everything after the word "version" is the version. Reviewers: aheejin, dschuff Subscribers: sbc100, jgravelle-google, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D56742 llvm-svn: 351399 |