[PATCH] D85565: [Clang][Test] add specific targets for OSX failures

Adrian Prantl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 7 16:07:01 PDT 2020


aprantl added a comment.

I think this could be problematic when building a Clang without an X86 target, unless you also mark X86 REQUIRED (at least in the CodeGen tests). Would using cc1 and hardcoding --debug-info-kind=limited (or something like that) work, too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85565



More information about the cfe-commits mailing list