1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00

Remove warning that is no longer applicable

llvm-svn: 3771
This commit is contained in:
Chris Lattner 2002-09-16 22:37:56 +00:00
parent d5200ae2a5
commit ac99e4d1b7

View File

@ -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>