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

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 6 12:47:32 PDT 2020


aprantl 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"
----------------
Is a.out the `lipo`ed fat binary? If yes this LGTM


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