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 | 8a4d713e48fcc8b6d5e49adfb44c94d134ba8c71 (patch) | |
tree | 42334aa314f7830fd5d18c4385fc6f6627937845 /llvm/tools/llvmc | |
parent | 3fcdada6b479edc68072a7f7eb9fd5af35ee0606 (diff) | |
download | bcm5719-llvm-8a4d713e48fcc8b6d5e49adfb44c94d134ba8c71.tar.gz bcm5719-llvm-8a4d713e48fcc8b6d5e49adfb44c94d134ba8c71.zip |
Clang is now production quality (at least for C).
llvm-svn: 74484
Diffstat (limited to 'llvm/tools/llvmc')
-rw-r--r-- | llvm/tools/llvmc/doc/LLVMC-Reference.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/tools/llvmc/doc/LLVMC-Reference.rst b/llvm/tools/llvmc/doc/LLVMC-Reference.rst index ddc54d2a13d..b43c3e3525c 100644 --- a/llvm/tools/llvmc/doc/LLVMC-Reference.rst +++ b/llvm/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 |