[llvm-commits] CVS: llvm/docs/TestingGuide.html
Reid Spencer
reid at x10sys.com
Tue Dec 21 22:45:35 PST 2004
Changes in directory llvm/docs:
TestingGuide.html updated: 1.23 -> 1.24
---
Log message:
Correct the name of the executables to which llvmgcc and llvmgxx variables
point to.
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/TestingGuide.html
diff -u llvm/docs/TestingGuide.html:1.23 llvm/docs/TestingGuide.html:1.24
--- llvm/docs/TestingGuide.html:1.23 Tue Dec 14 18:14:01 2004
+++ llvm/docs/TestingGuide.html Wed Dec 22 00:45:24 2004
@@ -302,8 +302,8 @@
<dd>Path to a script that performs grep -C. Use this since not all
platforms support grep -C.</dd>
-<dt>%llvmgcc</dt> <dd>Full path to the llvmgcc executable.</dd>
-<dt>%llvmgxx</dt> <dd>Full path to the llvmg++ executable.</dd>
+<dt>%llvmgcc</dt> <dd>Full path to the llvm-gcc executable.</dd>
+<dt>%llvmgxx</dt> <dd>Full path to the llvm-g++ executable.</dd>
</ul>
<p>There are also several scripts in the llvm/test/Scripts directory
@@ -512,7 +512,7 @@
John T. Criswell<br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br/>
- Last modified: $Date: 2004/12/15 00:14:01 $
+ Last modified: $Date: 2004/12/22 06:45:24 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list