[PATCH] D70153: Add support for multi-module bitcode files to llvm-dis
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 16:31:30 PST 2019
pcc added a comment.
The way I imagined this might work is that llvm-dis would write out the modules concatenated with some kind of delimiter between them. Then llvm-as would be taught to expect the same input and produce a multi-module file from it, which would allow an easy way to produce multi-module files. Does that sound like it might work better?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70153/new/
https://reviews.llvm.org/D70153
More information about the llvm-commits
mailing list