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

ema...@freebsd.org changed:

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

--- Comment #3 from ema...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to