<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:emaste@freebsd.org" title="emaste@freebsd.org">emaste@freebsd.org</a>
</span> changed
              <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - Some x86_64 don't run with Cmake on FreeBSD"
   href="https://llvm.org/bugs/show_bug.cgi?id=21559">bug 21559</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>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - Some x86_64 don't run with Cmake on FreeBSD"
   href="https://llvm.org/bugs/show_bug.cgi?id=21559#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED --- - Some x86_64 don't run with Cmake on FreeBSD"
   href="https://llvm.org/bugs/show_bug.cgi?id=21559">bug 21559</a>
              from <span class="vcard"><a class="email" href="mailto:emaste@freebsd.org" title="emaste@freebsd.org">emaste@freebsd.org</a>
</span></b>
        <pre>r226937 was reverted and MCJIT tests are being skipped on FreeBSD. I used the
following as a local hack to run them:

diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg
b/test/ExecutionEngine/MCJIT/lit.local.cfg
index f981403..fffe1b1 100644
--- a/test/ExecutionEngine/MCJIT/lit.local.cfg
+++ b/test/ExecutionEngine/MCJIT/lit.local.cfg
@@ -8,7 +8,7 @@ else:

 # FIXME: autoconf and cmake produce different arch names. We should normalize
 # them before getting here.
-if root.host_arch not in ['i386', 'x86', 'x86_64', 'AMD64',
+if root.host_arch not in ['i386', 'x86', 'x86_64', 'amd64',
                           'AArch64', 'ARM', 'Mips', 'PowerPC', 'ppc64',
'SystemZ']:
     config.unsupported = True</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>