[PATCH] D46791: Make -gsplit-dwarf generally available
Eric Christopher via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 21 15:27:46 PDT 2018
echristo added a comment.
In https://reviews.llvm.org/D46791#1107168, @pcc wrote:
> There were a bunch of them but the last one was https://reviews.llvm.org/D47093 which has already landed :)
>
> Probably all that needs to happen on this change is to replace the isLinux() check with isELF().
Be good if it didn't even require the isELF check anymore, but that probably requires testing on a few platforms. :)
https://reviews.llvm.org/D46791
More information about the cfe-commits
mailing list