[PATCH] D90507: Adding DWARF64 clang flag
Alexander Yermolovich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 16 17:12:36 PST 2020
ayermolo added a comment.
In D90507#2394109 <https://reviews.llvm.org/D90507#2394109>, @wenlei wrote:
> This change covers non-LTO cases. For LTO, I think we would need to pass it from driver to LTO. Something like this: tools::addLTOOptions -> lld -> lto::Config (Config->TargetOptions->MCTargetOptions) ->LTO Backend.
Good point. Maybe part of a different diff, since lld needs to be modified also.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90507/new/
https://reviews.llvm.org/D90507
More information about the cfe-commits
mailing list