[PATCH] D54327: Adding debug info to support Fortran (part 3)
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 11:11:35 PST 2019
schweitz added a comment.
Herald added a subscriber: jdoerfert.
Herald added a project: LLVM.
In D54327#1310565 <https://reviews.llvm.org/D54327#1310565>, @probinson wrote:
> I am curious how debug info for common blocks plays with LTO. I think we would not want different common-block descriptions to be de-duplicated just because the global name was the same.
Our existing compilers do not make use of LLVM's LTO. Is there a suggestion on how to correctly deal with LTO's de-duplication?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54327/new/
https://reviews.llvm.org/D54327
More information about the llvm-commits
mailing list