| commit | cb6b920ba077fd2fb9cb1f4e4dc576ef9e9e3322 | [log] [tgz] |
|---|---|---|
| author | Peter Collingbourne <peter@pcc.me.uk> | Tue Nov 29 21:54:33 2016 +0000 |
| committer | Peter Collingbourne <peter@pcc.me.uk> | Tue Nov 29 21:54:33 2016 +0000 |
| tree | 0ae1a4cf0150c74131b44d8df98b7b37069eaf26 | |
| parent | 96e29155749c920cdc17219cd57e0d3f08dcc923 [diff] |
Add llvm-modextract tool. 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