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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs