summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-modextract
Commit message (Collapse)AuthorAgeFilesLines
* llvm-modextract: Call keep() on the output stream before exiting.Peter Collingbourne2016-12-011-0/+5
| | | | llvm-svn: 288435
* Add llvm-modextract tool.Peter Collingbourne2016-11-291-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
OpenPOWER on IntegriCloud