[LLVMbugs] [Bug 18523] XFAIL qualified strings are based on target_triple

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 17 16:37:12 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18523

Paul Robinson <paul_robinson at playstation.sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |paul_robinson at playstation.s
                   |                            |ony.com
         Resolution|---                         |FIXED

--- Comment #1 from Paul Robinson <paul_robinson at playstation.sony.com> ---
You are probably better off asking questions on the llvmdev mailing
list, rather than posting bugs.

It's a little hard to understand what you're trying to accomplish,
based on the information you posted so far.  It looks like you are
building a compiler that supports both arm and aarch64 targets;
that's fine.

But "XFAIL: aarch64" does not mean "expect failure if the compiler
supports aarch64 as a _possible_ target."  What it means is "expect 
failure if aarch64 is the _actual_ target of this run."
Your default target is arm, not aarch64, so the condition for
XFAILing the test is not satisified.

If this doesn't answer the question, please follow up on the 
mailing list.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140118/1b3df7e6/attachment.html>


More information about the llvm-bugs mailing list