[LLVMbugs] [Bug 18523] New: XFAIL qualified strings are based on target_triple
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 17 14:53:16 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18523
Bug ID: 18523
Summary: XFAIL qualified strings are based on target_triple
Product: Test Suite
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: lit
Assignee: unassignedbugs at nondot.org
Reporter: sgundapa at codeaurora.org
CC: daniel at zuster.org, llvmbugs at cs.uiuc.edu
Classification: Unclassified
I see the lit can be run for a single target.
What if my configuration line is similar to
llvm/configure --target=arm-none-linux-gnueabi --enable-targets=arm,aarch64
--enable-languages=c,c++ --enable-optimized --enable-assertions=yes
--prefix=INSTALL_DIR --with-default-sysroot=$SYSROOT
I see lit respects only "XFAIL: arm" but not "XFAIL: aarch64". Since the triple
is arm-none-linux-gnueabi, it makes sense lit is recognizing "arm". I see if I
build for multiple targets via "--enable-targets=arm,aarch64", I can not run
make check for both.
What is the alternative/solution here?
--
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/20140117/eb8ba9f2/attachment.html>
More information about the llvm-bugs
mailing list