[PATCH] D85247: [Darwin] [Driver] Clang should invoke dsymutil for multiarch builds

Daniel Sanders via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 4 14:11:17 PDT 2020


dsanders created this revision.
dsanders added reviewers: bogner, beanz, JDevlieghere.
Herald added subscribers: cfe-commits, dexonsmith, aprantl.
Herald added a project: clang.
dsanders requested review of this revision.
Herald added a subscriber: ormris.

Much like with debug info with LTO, this case also uses temporary
object files and therefore needs to externalize it before the
temporary files are deleted

Depends on D84565 <https://reviews.llvm.org/D84565>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85247

Files:
  clang/lib/Driver/Driver.cpp
  clang/lib/Driver/ToolChains/Darwin.cpp
  clang/lib/Driver/ToolChains/Darwin.h
  clang/test/Driver/darwin-dsymutil.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85247.283029.patch
Type: text/x-patch
Size: 5783 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200804/674bda29/attachment-0001.bin>


More information about the cfe-commits mailing list