Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-modextract: Call keep() on the output stream before exiting. | Peter Collingbourne | 2016-12-01 | 1 | -0/+5 |
| | | | | llvm-svn: 288435 | ||||
* | Add llvm-modextract tool. | Peter Collingbourne | 2016-11-29 | 1 | -0/+12 |
This program is for testing features that rely on multi-module bitcode files. It takes a multi-module bitcode file, extracts one of the modules and writes it to the output file. Differential Revision: https://reviews.llvm.org/D26778 llvm-svn: 288201 |