[PATCH] D137058: [Driver] [Modules] Support -fmodule-output (1/2)
Chuanqi Xu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 15 18:43:29 PST 2023
ChuanqiXu added a comment.
In D137058#4050188 <https://reviews.llvm.org/D137058#4050188>, @dblaikie wrote:
> I really don't think this is the right thing to do - the Split DWARF code, for instance, has support for GPU bundling that's missing in the module file naming code, which seems likely to be broken & within reason handle-able today by reusing the Split DWARF code, similarly with the multi-arch bundling for MachO. But I've tried to explain these things in several ways, and haven't managed to connect.
>
> Carry on.
Thanks for your patient reviewing! We can merge the logics with Split DWARF code someday when we find it necessary.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137058/new/
https://reviews.llvm.org/D137058
More information about the cfe-commits
mailing list