<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - XFAIL qualified strings are based on target_triple"
href="http://llvm.org/bugs/show_bug.cgi?id=18523">18523</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>XFAIL qualified strings are based on target_triple
</td>
</tr>
<tr>
<th>Product</th>
<td>Test Suite
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>lit
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>sgundapa@codeaurora.org
</td>
</tr>
<tr>
<th>CC</th>
<td>daniel@zuster.org, llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>