diff options
author | Chris Lattner <sabre@nondot.org> | 2002-09-16 22:37:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-09-16 22:37:56 +0000 |
commit | fd214762cb32fd827ebc7a0d5cb29b7ba0ad9599 (patch) | |
tree | 72765ff30c67a4c5c3cea9c832a7bdd6ee83bfdb /docs | |
parent | 2a548c5d5f47c50f7150c8b0dfd2bf1825d5170b (diff) | |
download | external_llvm-fd214762cb32fd827ebc7a0d5cb29b7ba0ad9599.zip external_llvm-fd214762cb32fd827ebc7a0d5cb29b7ba0ad9599.tar.gz external_llvm-fd214762cb32fd827ebc7a0d5cb29b7ba0ad9599.tar.bz2 |
Remove warning that is no longer applicable
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3771 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/WritingAnLLVMPass.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index aee1663..4e754cb 100644 --- a/docs/WritingAnLLVMPass.html +++ b/docs/WritingAnLLVMPass.html @@ -131,9 +131,7 @@ First thing you need to do is create a new directory somewhere in the LLVM 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 @@ href="#Pass"><tt>Pass</tt></a>, only the other way around.<p> <address><a href="mailto:sabre@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> |