[llvm-commits] CVS: llvm/docs/CommandLine.html

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Nov 14 11:32:17 PST 2005



Changes in directory llvm/docs:

CommandLine.html updated: 1.38 -> 1.39
---
Log message:

this file moved

---
Diffs of the changes:  (+2 -2)

 CommandLine.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/docs/CommandLine.html
diff -u llvm/docs/CommandLine.html:1.38 llvm/docs/CommandLine.html:1.39
--- llvm/docs/CommandLine.html:1.38	Fri Aug 26 04:25:54 2005
+++ llvm/docs/CommandLine.html	Mon Nov 14 13:32:05 2005
@@ -195,7 +195,7 @@
 program:</p>
 
 <div class="doc_code"><pre>
-  #include "Support/CommandLine.h"
+  #include "llvm/Support/CommandLine.h"
 </pre></div>
 
 <p>Additionally, you need to add this as the first line of your main
@@ -1900,7 +1900,7 @@
 
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2005/08/26 09:25:54 $
+  Last modified: $Date: 2005/11/14 19:32:05 $
 </address>
 
 </body>






More information about the llvm-commits mailing list