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

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 26 17:33:45 PDT 2022


jansvoboda11 added a comment.

In D121997#3676972 <https://reviews.llvm.org/D121997#3676972>, @alanphipps wrote:

> Should there be an aarch64 guard on the test? There exist downstream Arm compilers that don't support Arm64 and fail.  I know other tests explicitly state "REQUIRES: aarch64-registered-target"

Could you describe your build config? I don't need to enable the Aarch64 or X86 target for this test to pass on macOS.


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