[cfe-commits] r132319 - in /cfe/trunk/test: Makefile Unit/lit.site.cfg.in lit.site.cfg.in
    Eli Friedman 
    eli.friedman at gmail.com
       
    Mon May 30 22:18:46 PDT 2011
    
    
  
On Mon, May 30, 2011 at 9:36 PM, Chandler Carruth <chandlerc at google.com> wrote:
> On Mon, May 30, 2011 at 5:29 PM, Galina Kistanova <gkistanova at gmail.com> 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
    
    
More information about the cfe-commits
mailing list