From 691f4dd92389ccb11ff566e5ca96c27fe4b3805c Mon Sep 17 00:00:00 2001
From: Jim Grosbach
Date: Fri, 27 Apr 2012 16:29:22 +0000
Subject: [PATCH] Remove a docs reference to the CBackend.
llvm-svn: 155716
---
llvm/docs/GettingStarted.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 9c4a314179f1..76547278b4b1 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -1015,7 +1015,7 @@ script to configure the build system:
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:
- arm, cbe, cpp, hexagon, mblaze, mips, mipsel, msp430, powerpc, ptx, sparc, spu, x86, x86_64, xcore.
+ arm, cpp, hexagon, mblaze, mips, mipsel, msp430, powerpc, ptx, sparc, spu, x86, x86_64, xcore.
--enable-doxygen
Look for the doxygen program and enable construction of doxygen based
--
GitLab