[www] r233815 - Update supported JIT target list based on test/ExecutionEngine/MCJIT/lit.local.cfg

Reid Kleckner reid at kleckner.net
Wed Apr 1 08:38:37 PDT 2015


Author: rnk
Date: Wed Apr  1 10:38:37 2015
New Revision: 233815

URL: http://llvm.org/viewvc/llvm-project?rev=233815&view=rev
Log:
Update supported JIT target list based on test/ExecutionEngine/MCJIT/lit.local.cfg

Modified:
    www/trunk/Features.html

Modified: www/trunk/Features.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/Features.html?rev=233815&r1=233814&r2=233815&view=diff
==============================================================================
--- www/trunk/Features.html (original)
+++ www/trunk/Features.html Wed Apr  1 10:38:37 2015
@@ -30,7 +30,7 @@ following:</p>
       MIPS, MSP430, SystemZ, and XCore.</li>
 
   <li>A Just-In-Time (JIT) code generation system, which currently supports 
-  X86, X86-64, PowerPC and PowerPC-64.</li>
+  X86, X86-64, ARM, AArch64, Mips, SystemZ, PowerPC, and PowerPC-64.</li>
   
   <li>Support for generating DWARF debugging information.</li>
 





More information about the llvm-commits mailing list