summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-modextract/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add another missing dependency.Peter Collingbourne2016-11-291-0/+1
| | | | llvm-svn: 288217
* Add llvm-modextract tool.Peter Collingbourne2016-11-291-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
OpenPOWER on IntegriCloud