[PATCH] D43503: Rename LLD lit features for targets from e.g. "x86" -> "x86-registered-target"

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 09:58:08 PST 2018


On lld right now I don't think there is one.

For tools that have a default triple, there is one.

For example, a llvm-mc test without a triple can use "XFAIL: sparc" to
fail when sparc is in the triple.

"REQUIRES: spart-registered-target" on the other hand would mean
"-triple starc-*" is available.

I like the idea of reducing code duplication in LIT. I will miss the
short names, but I think I am OK with it.

Cheers,
Rafael

Rui Ueyama via Phabricator via llvm-commits
<llvm-commits at lists.llvm.org> writes:

> ruiu added a comment.
>
> Pardon my ignorance, but what is a difference between x86 and x86-registered-target?
>
>
> Repository:
>   rLLD LLVM Linker
>
> https://reviews.llvm.org/D43503
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list