summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/multi-module.ll
AgeCommit message (Collapse)Author
2019-11-14Add support for multi-module bitcode files to llvm-disMatthew Voss
Summary: This change allows llvm-dis to disassemble multi-module bitcode files, including the associated module summary. Reviewers: tejohnson, pcc, mehdi_amini Subscribers: llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70153
2016-11-29Bitcode: Add a more comprehensive multi-module test now that we have both ↵Peter Collingbourne
llvm-cat and llvm-modextract. Differential Revision: https://reviews.llvm.org/D27189 llvm-svn: 288202
2016-11-29Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne
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