[llvm-commits] CVS: llvm/www/docs/WritingAnLLVMPass.html

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 16 17:39:01 PDT 2002


Changes in directory llvm/www/docs:

WritingAnLLVMPass.html updated: 1.8 -> 1.9

---
Log message:

Remove warning that is no longer applicable 


---
Diffs of the changes:

Index: llvm/www/docs/WritingAnLLVMPass.html
diff -u llvm/www/docs/WritingAnLLVMPass.html:1.8 llvm/www/docs/WritingAnLLVMPass.html:1.9
--- llvm/www/docs/WritingAnLLVMPass.html:1.8	Thu Sep 12 12:06:43 2002
+++ llvm/www/docs/WritingAnLLVMPass.html	Mon Sep 16 17:37:56 2002
@@ -131,9 +131,7 @@
 source base.  For this example, we'll assume that you made
 "<tt>lib/Transforms/Hello</tt>".  The first thing you must do is set up a build
 script (Makefile) that will compile the source code for the new pass.  To do
-this, copy this into "<tt>Makefile</tt>" (be very careful that there are no
-extra space characters at the end of the lines though... that seems to confuse
-<tt>gmake</tt>):<p>
+this, copy this into "<tt>Makefile</tt>":<p>
 
 </ul><hr><ul><pre>
 # Makefile for hello pass
@@ -1203,6 +1201,6 @@
 <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
 <!-- Created: Tue Aug  6 15:00:33 CDT 2002 -->
 <!-- hhmts start -->
-Last modified: Thu Sep 12 11:46:40 CDT 2002
+Last modified: Mon Sep 16 17:37:27 CDT 2002
 <!-- hhmts end -->
 </font></body></html>





More information about the llvm-commits mailing list