Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-cat: Allow bitcode files to be created with no modules. | Peter Collingbourne | 2016-12-13 | 1 | -1/+1 |
| | | | | llvm-svn: 289610 | ||||
* | Bitcode: Introduce BitcodeWriter interface. | Peter Collingbourne | 2016-11-29 | 1 | -0/+73 |
This interface allows clients to write multiple modules to a single bitcode file. Also introduce the llvm-cat utility which can be used to create a bitcode file containing multiple modules. Differential Revision: https://reviews.llvm.org/D26179 llvm-svn: 288195 |