[PATCH] D121997: [clang][driver] Fix compilation database dump with multiple architectures

Duncan P. N. Exon Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 18 13:22:44 PDT 2022


dexonsmith added a comment.

In D121997#3393079 <https://reviews.llvm.org/D121997#3393079>, @jansvoboda11 wrote:

> Avoid buggy driver behavior

I just remembered the "correct" way to specify a platform without an SDK if you're using `-arch`: `-mmacosx-version-min=12.0.0`. That's probably better for this test than using a half-ignored `-target`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121997



More information about the cfe-commits mailing list