[PATCH] D84565: [Darwin] [Driver] Clang should invoke dsymutil for lto builds -g*

Daniel Sanders via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 24 18:40:41 PDT 2020


dsanders added a comment.

In D84565#2173744 <https://reviews.llvm.org/D84565#2173744>, @beanz wrote:

> @JDevlieghere you are right, I'm missing the change to how clang determines it needs to pass the linker the object file path. Update coming momentarily.


Isn't that already based on isUsingLTO() and getLTOMode() or is there another bit? I'm looking at darwin::Linker::AddLinkArgs()


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84565/new/

https://reviews.llvm.org/D84565





More information about the cfe-commits mailing list