[llvm-bugs] [Bug 21559] Some x86_64 don't run with Cmake on FreeBSD

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Dec 20 18:15:50 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=21559

emaste at freebsd.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #3 from emaste at freebsd.org ---
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

-- 
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/20161221/cd77bcf1/attachment.html>


More information about the llvm-bugs mailing list