On Mon, May 30, 2011 at 9:36 PM, Chandler Carruth <[email protected]> wrote:
> On Mon, May 30, 2011 at 5:29 PM, Galina Kistanova <[email protected]> 
> wrote:
>> Preparations for separating target-specific clang tests.
>
> What's the intended use of this? What problem are you solving? We
> already have the ability to use target-specific triples in tests.

I assume this is intended to fix cases where clang tests try to
generate x86 code... we have maybe 50 or so clang tests which do that.
 If you try to build without the x86 backend (e.g. on ARM), the tests
fail with "error: unable to create target: 'No available targets are
compatible with this triple, see -version for the available
targets.'".  See
http://google1.osuosl.org:8011/builders/clang-native-arm-cortex-a9 .

-Eli
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to