[llvm-commits] [llvm] r150229 - /llvm/trunk/docs/GettingStarted.html

Jia Liu proljc at gmail.com
Thu Feb 9 20:58:24 PST 2012


Author: jialiu
Date: Thu Feb  9 22:58:24 2012
New Revision: 150229

URL: http://llvm.org/viewvc/llvm-project?rev=150229&view=rev
Log:
update --enable-targets list

Modified:
    llvm/trunk/docs/GettingStarted.html

Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=150229&r1=150228&r2=150229&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Thu Feb  9 22:58:24 2012
@@ -1109,7 +1109,7 @@
   selected as the target of the build host. You can also specify a comma 
   separated list of target names that you want available in llc. The target 
   names use all lower case. The current set of targets is: <br>
-  <tt>alpha, ia64, powerpc, skeleton, sparc, x86</tt>.
+  <tt>arm, cbe, cpp, hexagon, mblaze, mips, mipsel, msp430, powerpc, ptx, sparc, spu, x86, x86_64, xcore</tt>.
   <br><br></dd>
   <dt><i>--enable-doxygen</i></dt>
   <dd>Look for the doxygen program and enable construction of doxygen based





More information about the llvm-commits mailing list