[PATCH] D132755: [DWARFLinker][NFC] Set the target DWARF version explicitly.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 12:41:06 PDT 2022
avl added a comment.
In D132755#3752563 <https://reviews.llvm.org/D132755#3752563>, @JDevlieghere wrote:
>> However, as they're built with the same compiler and flags, it is safe to assume that they will follow the decision made here.
>
> When using static libraries, that's far from a guarantee.
That assumption is currently used in DWARFLinker. If we would like to remove it and use another - I will prepare separate review which will also examine modules.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132755/new/
https://reviews.llvm.org/D132755
More information about the llvm-commits
mailing list