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

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 7 10:09:46 PDT 2020


beanz added inline comments.


================
Comment at: clang/test/Driver/darwin-dsymutil.c:74
+// CHECK-DSYMUTIL-MULTIARCH: "/usr/bin/ld" "-demangle" "-object_path_lto"
+// CHECK-DSYMUTIL-MULTIARCH: "/usr/bin/dsymutil" "-o" "a.out.dSYM" "a.out"
----------------
aprantl wrote:
> Is a.out the `lipo`ed fat binary? If yes this LGTM
Yes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85247



More information about the cfe-commits mailing list