[llvm-commits] [PATCH] Set needed target on debuginfo tests

NAKAMURA Takumi geek4civic at gmail.com
Mon Sep 17 17:28:40 PDT 2012


2012/9/18 Adhemerval Zanella <azanella at linux.vnet.ibm.com>:
> Trivial patch to avoid make check-all errors when target 'x86-64-macosx' is
> not configured.

>  test/DebugInfo/2010-04-13-PubType.ll |    1 +
>  test/DebugInfo/linkage-name.ll       |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)

Could they be move to test/DebugInfo/X86?

+; REQUIRES: x86-64-macosx-registered-target

FYI, I don't think llvm/test/lit.cfg would provide such a feature.
(or Did I miss other patchset?)
Then, they might be eventually suppressed.

...Takumi



More information about the llvm-commits mailing list