diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-30 00:16:22 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-30 00:16:22 +0000 |
commit | e8e4d588c3511697d7e274bd44e2d080337e1ba3 (patch) | |
tree | 40073cc36aa2689004c4ffda8a79927f3d5adedb /tools | |
parent | 875ace52ee52c9100cf80a1f0229d26b77963a11 (diff) | |
download | external_llvm-e8e4d588c3511697d7e274bd44e2d080337e1ba3.zip external_llvm-e8e4d588c3511697d7e274bd44e2d080337e1ba3.tar.gz external_llvm-e8e4d588c3511697d7e274bd44e2d080337e1ba3.tar.bz2 |
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')
-rw-r--r-- | tools/llvmc/doc/LLVMC-Reference.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index ddc54d2..b43c3e3 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 |