<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:paul_robinson@playstation.sony.com" title="Paul Robinson <paul_robinson@playstation.sony.com>"> <span class="fn">Paul Robinson</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - XFAIL qualified strings are based on target_triple"
   href="http://llvm.org/bugs/show_bug.cgi?id=18523">bug 18523</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>paul_robinson@playstation.sony.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - XFAIL qualified strings are based on target_triple"
   href="http://llvm.org/bugs/show_bug.cgi?id=18523#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - XFAIL qualified strings are based on target_triple"
   href="http://llvm.org/bugs/show_bug.cgi?id=18523">bug 18523</a>
              from <span class="vcard"><a class="email" href="mailto:paul_robinson@playstation.sony.com" title="Paul Robinson <paul_robinson@playstation.sony.com>"> <span class="fn">Paul Robinson</span></a>
</span></b>
        <pre>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.</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>