[PATCH] Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests

Renato Golin renato.golin at linaro.org
Fri Sep 13 05:39:36 PDT 2013


On 13 September 2013 13:29, Artyom Skrobov <Artyom.Skrobov at arm.com> wrote:

> Our experience shows that the special testing executables used by these
> tests (clang-test and c-index-test) always assume the host arch.
> So these tests create a PCH file using the target arch, then test it with
> one of the above apps using the host arch.
>

I had problems cross-compiling c-index-test (
http://llvm.org/viewvc/llvm-project?rev=190409&view=rev), so if you could
disable c-index-test completely (compilation, test) when cross-compiling,
you could revert my patch in the process.

cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130913/6c42871e/attachment.html>


More information about the cfe-commits mailing list