On Tue, Jun 18, 2013 at 12:30 PM, Stephen Lin <[email protected]> wrote:

> Hmm, this apparently breaks tests when run on ARM, because the tests
> are using the host triple...why are there tests that don't set an
> explicit triple?
>
> Does anyone know the standard procedure for resolving something like
> this? I can make the tests triple-specific but I'm not sure why they
> weren't in the first place. The optimization affects only ARM and MSVC
> C++ ABI's so I cannot change the results for all targets.
>
>
Sometimes we let tests run without a specified ABI if they are mostly
non-target-specific; this lets the buildbots exercise a few more code
paths.  Feel free to add triples where necessary, though.

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

Reply via email to