[llvm-commits] [llvm-gcc-4.2] r57728 - /llvm-gcc-4.2/branches/release_24/README.LLVM
Tanya Lattner
tonic at nondot.org
Fri Oct 17 14:21:09 PDT 2008
Author: tbrethou
Date: Fri Oct 17 16:21:09 2008
New Revision: 57728
URL: http://llvm.org/viewvc/llvm-project?rev=57728&view=rev
Log:
Fix typo
Modified:
llvm-gcc-4.2/branches/release_24/README.LLVM
Modified: llvm-gcc-4.2/branches/release_24/README.LLVM
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/release_24/README.LLVM?rev=57728&r1=57727&r2=57728&view=diff
==============================================================================
--- llvm-gcc-4.2/branches/release_24/README.LLVM (original)
+++ llvm-gcc-4.2/branches/release_24/README.LLVM Fri Oct 17 16:21:09 2008
@@ -129,7 +129,7 @@
If you want LLVM to include an identifying marker in the --version output,
build llvm-gcc with LLVM_VERSION_INFO=XXX. For example, to build the LLVM
- 2.4 Release front-end, use 'make LLVM_VERSION_INFO=2.3'. This will cause the
+ 2.4 Release front-end, use 'make LLVM_VERSION_INFO=2.4'. This will cause the
front-end to print: "gcc version 4.2.1 (Based on Apple Inc. build 5555)
(LLVM build 2.4)" as the version number.
More information about the llvm-commits
mailing list