[llvm-commits] [PATCH] Update "--enable-targets" list.
Jia Liu
proljc at gmail.com
Sat Dec 31 18:21:30 PST 2011
Removed alpha, added arm, hexagon, mips and so on.
Signed-off-by: Jia Liu <proljc at gmail.com>
Modified: docs/GettingStarted.html
---
docs/GettingStarted.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index d78344a..d90dbc0 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -1110,7 +1110,7 @@ script to configure the build system:</p>
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
--
1.7.5.4
More information about the llvm-commits
mailing list