From cafab2ef2eaf0cc96ab0baf52e35efc59e20fc3b Mon Sep 17 00:00:00 2001
From: Eric Christopher
Date: Tue, 20 Sep 2011 00:42:28 +0000
Subject: More llvmc bits. Spotted by Benjamin on IRC.
llvm-svn: 140124
---
llvm/docs/FAQ.html | 13 -------------
llvm/docs/GettingStarted.html | 16 +++-------------
llvm/docs/index.html | 1 -
3 files changed, 3 insertions(+), 27 deletions(-)
(limited to 'llvm/docs')
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html
index 9e3ea7f2a8d..7294cdd1a42 100644
--- a/llvm/docs/FAQ.html
+++ b/llvm/docs/FAQ.html
@@ -72,9 +72,6 @@
After Subversion update, rebuilding gives the error "No rule to make
target".
- The llvmc program gives me errors/doesn't
- work.
-
When I compile LLVM-GCC with srcdir == objdir,
it fails. Why?
@@ -419,16 +416,6 @@ Stop.
rebuilding.
-
-
-
-
llvmc is experimental and isn't really supported. We suggest
- using llvm-gcc instead.
-
-
When I compile LLVM-GCC with srcdir == objdir, it
fails. Why?
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html
index 0695d7d933a..d7fcc6a1fed 100644
--- a/llvm/docs/GettingStarted.html
+++ b/llvm/docs/GettingStarted.html
@@ -1595,16 +1595,6 @@ information is in the
Command Guide.
href="HowToSubmitABug.html">HowToSubmitABug.html for more information
on using
bugpoint.
-
llvmc
-
The LLVM Compiler Driver. This program can
- be configured to utilize both LLVM and non-LLVM compilation tools to enable
- pre-processing, translation, optimization, assembly, and linking of programs
- all from one command line. llvmc also takes care of processing the
- dependent libraries found in bitcode. This reduces the need to get the
- traditional -l<name> options right on the command line. Please
- note that this tool, while functional, is still experimental and not feature
- complete.
-
llvm-ar
The archiver produces an archive containing
the given LLVM bitcode files, optionally with an index for faster
@@ -1620,9 +1610,9 @@ information is in the Command Guide.
llvm-ld
llvm-ld is a general purpose and extensible linker for LLVM.
- This is the linker invoked by llvmc. It performs standard link time
- optimizations and allows optimization modules to be loaded and run so that
- language specific optimizations can be applied at link time.
+ It performs standard link time optimizations and allows optimization
+ modules to be loaded and run so that language specific optimizations can
+ be applied at link time.
llvm-link
llvm-link, not surprisingly, links multiple LLVM modules into
diff --git a/llvm/docs/index.html b/llvm/docs/index.html
index 422dfb2347f..8f82cf9f14c 100644
--- a/llvm/docs/index.html
+++ b/llvm/docs/index.html
@@ -87,7 +87,6 @@ Current tools:
opt,
llc,
lli,
- llvmc
llvm-gcc,
llvm-g++,
bugpoint,
--
cgit v1.2.3