Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add another missing dependency. | Peter Collingbourne | 2016-11-29 | 1 | -0/+1 |
| | | | | llvm-svn: 288217 | ||||
* | Add llvm-modextract tool. | Peter Collingbourne | 2016-11-29 | 1 | -0/+10 |
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 |