From fd214762cb32fd827ebc7a0d5cb29b7ba0ad9599 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 16 Sep 2002 22:37:56 +0000 Subject: [PATCH] Remove warning that is no longer applicable git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3771 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/WritingAnLLVMPass.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/WritingAnLLVMPass.html b/docs/WritingAnLLVMPass.html index aee16631bf6..4e754cb1a36 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 "lib/Transforms/Hello". 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 "Makefile" (be very careful that there are no -extra space characters at the end of the lines though... that seems to confuse -gmake):

+this, copy this into "Makefile":