r174448 - Minor tweak to install docs
Douglas Gregor
dgregor at apple.com
Tue Feb 5 14:01:16 PST 2013
Author: dgregor
Date: Tue Feb 5 16:01:16 2013
New Revision: 174448
URL: http://llvm.org/viewvc/llvm-project?rev=174448&view=rev
Log:
Minor tweak to install docs
Modified:
cfe/trunk/INSTALL.txt
Modified: cfe/trunk/INSTALL.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/INSTALL.txt?rev=174448&r1=174447&r2=174448&view=diff
==============================================================================
--- cfe/trunk/INSTALL.txt (original)
+++ cfe/trunk/INSTALL.txt Tue Feb 5 16:01:16 2013
@@ -44,6 +44,6 @@ From inside the Clang build directory, r
compiler and header files into the prefix directory selected when LLVM was
configured.
-The Clang compiler is available as 'clang' and supports a gcc like command line
+The Clang compiler is available as 'clang' and 'clang++'. It supports a gcc like command line
interface. See the man page for clang (installed into $prefix/share/man/man1)
for more information.
More information about the cfe-commits
mailing list