[test-suite] r264496 - cmake: Do not check for x86_64(h?)

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 12:11:19 PDT 2016


mbraun at apple.com wrote on 30.03.2016 20:29:24:

> With the previous syntax they never ran at all because the cmake
> system always sets ARCH to x86 even on x86_64 and x86_64h. Anyway I
> disabled the tests outside of x86 now.

Well, I just tested again at rev. 264900 and those tests are *still*
being executed (and failing) on PowerPC ...

It seems the update to PROGRAMS_TO_SKIP needs to happen *before*
the call to llvm_singlesource(), not after it, in order to take
effect.

Bye,
Ulrich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160330/c99164da/attachment.html>


More information about the llvm-commits mailing list