[PATCH] D154923: [CodeGen] Support bitcode input containing multiple modules

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 11 14:58:45 PDT 2023


efriedma added a comment.

If I follow correctly, this is basically undoing the splitting that was done by the command that produced the bitcode file?  I guess that could be useful.  But it requires either renaming your object files from the default ".o" to ".bc", or explicitly passing "-x ir"?  That seems unintuitive.  Maybe it's better to put this behind some explicit flag?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154923/new/

https://reviews.llvm.org/D154923



More information about the cfe-commits mailing list