[llvm-dev] Problem with REQUIRES: x86_64-supported-target, i386-supported-target

Paweł Dziepak via llvm-dev llvm-dev at lists.llvm.org
Tue Feb 2 04:40:00 PST 2016


Hi,

Some tests (for
example compiler-rt/test/asan/TestCases/Linux/swapcontext_test.cc) contain
clauses like the following one:

REQUIRES: x86_64-supported-target,i386-supported-target

However, on x64 Fedora 23 when running make check-all this test is
qualified as "Unsupported Test". The problem is "solved" when I remove the
i386 part and leave only "REQUIRES: x86_64-supported-target" in which case
the rest runs (and passes).

Is it a bug (looks like comma isn't handled properly) or, perhaps, am I
doing something wrong?

Paweł Dziepak
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160202/646e7cb8/attachment.html>


More information about the llvm-dev mailing list