[llvm-commits] [llvm] r155716 - /llvm/trunk/docs/GettingStarted.html
Jim Grosbach
grosbach at apple.com
Fri Apr 27 09:29:22 PDT 2012
Author: grosbach
Date: Fri Apr 27 11:29:22 2012
New Revision: 155716
URL: http://llvm.org/viewvc/llvm-project?rev=155716&view=rev
Log:
Remove a docs reference to the CBackend.
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=155716&r1=155715&r2=155716&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Fri Apr 27 11:29:22 2012
@@ -1015,7 +1015,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>arm, cbe, cpp, hexagon, mblaze, mips, mipsel, msp430, powerpc, ptx, sparc, spu, x86, x86_64, xcore</tt>.
+ <tt>arm, 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