[PATCH] D65819: [Driver][Bundler] Improve bundling of object files.
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 13 07:07:33 PDT 2019
ABataev added a comment.
In D65819#1627032 <https://reviews.llvm.org/D65819#1627032>, @Hahnfeld wrote:
> In D65819#1617736 <https://reviews.llvm.org/D65819#1617736>, @Hahnfeld wrote:
>
> > Will this patch change the ability to consume a bundled object file without calling the unbundler? Using known ELF tools on the produced object files was an important design decision and IIRC was somewhat important for using build systems that are unaware of the bundled format.
>
>
> Ping.
Missed this. We still produce correct object files, so all the tools will work with this.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65819/new/
https://reviews.llvm.org/D65819
More information about the cfe-commits
mailing list