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

Artyom Skrobov Artyom.Skrobov at arm.com
Fri Sep 13 01:10:20 PDT 2013


Hello,

We're proposing adding "native" to config.available_features when host arch == target arch; then, tests which require native compilation environment can be marked as "REQUIRES: native".

As the first use case, we're updating two clang tests to include "REQUIRES: native", and marking the whole test/ExecutionEngine and test/ExecutionEngine/MCJIT directories as unsupported for cross-compilation.


-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

ARM Limited, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2557590
ARM Holdings plc, Registered office 110 Fulbourn Road, Cambridge CB1 9NJ, Registered in England & Wales, Company No: 2548782
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130913/87ce306e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x_compile_tests_llvm.patch
Type: application/octet-stream
Size: 2167 bytes
Desc: x_compile_tests_llvm.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130913/87ce306e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x_compile_tests_clang.patch
Type: application/octet-stream
Size: 2354 bytes
Desc: x_compile_tests_clang.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130913/87ce306e/attachment-0001.obj>


More information about the llvm-commits mailing list