http://llvm.org/bugs/show_bug.cgi?id=18523
Paul Robinson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] | |ony.com Resolution|--- |FIXED --- Comment #1 from Paul Robinson <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
