[PATCH] D70153: Add support for multi-module bitcode files to llvm-dis

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 20:27:18 PST 2019


tejohnson added a comment.

In D70153#1744929 <https://reviews.llvm.org/D70153#1744929>, @pcc wrote:

> 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?


I think that is a good approach in the end, but since this is strictly better than the current situation, I wouldn't mind having this in as an interim fix.


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