summaryrefslogtreecommitdiff
path: root/tools/llvmc
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-06-30 00:16:22 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-06-30 00:16:22 +0000
commite8e4d588c3511697d7e274bd44e2d080337e1ba3 (patch)
tree40073cc36aa2689004c4ffda8a79927f3d5adedb /tools/llvmc
parent875ace52ee52c9100cf80a1f0229d26b77963a11 (diff)
downloadllvm-e8e4d588c3511697d7e274bd44e2d080337e1ba3.tar.gz
llvm-e8e4d588c3511697d7e274bd44e2d080337e1ba3.tar.bz2
llvm-e8e4d588c3511697d7e274bd44e2d080337e1ba3.tar.xz
Clang is now production quality (at least for C).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74484 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc')
-rw-r--r--tools/llvmc/doc/LLVMC-Reference.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst
index ddc54d2a13..b43c3e3525 100644
--- a/tools/llvmc/doc/LLVMC-Reference.rst
+++ b/tools/llvmc/doc/LLVMC-Reference.rst
@@ -71,9 +71,8 @@ impossible for LLVMC to choose the right linker in that case::
$ ./a.out
hello
-By default, LLVMC uses ``llvm-gcc`` to compile the source code. It is
-also possible to choose the work-in-progress ``clang`` compiler with
-the ``-clang`` option.
+By default, LLVMC uses ``llvm-gcc`` to compile the source code. It is also
+possible to choose the ``clang`` compiler with the ``-clang`` option.
Predefined options