From: Mikhail Glushenkov Date: Tue, 30 Jun 2009 00:16:22 +0000 (+0000) Subject: Clang is now production quality (at least for C). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e8e4d588c3511697d7e274bd44e2d080337e1ba3;p=oota-llvm.git 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 --- diff --git a/tools/llvmc/doc/LLVMC-Reference.rst b/tools/llvmc/doc/LLVMC-Reference.rst index ddc54d2a13d..b43c3e3525c 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