Gregory Petrosyan
2010-May-31 18:18 UTC
[LLVMdev] [PATCH] doc: fix Makefile in 'Writing an LLVM Pass' page
This makes example Makefile a lot more like actual lib/Transforms/Hello/Makefile, and prevents a lot of errors like "Assertion `Inserted && "Pass registered multiple times!"' failed": http://www.google.com/search?q="Assertion+`Inserted+%26%26+"Pass+registered+multiple+times!"'+failed"&qscrl=1 Gregory -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-doc-fix-Makefile-in-Writing-an-LLVM-Pass-page.patch Type: text/x-patch Size: 1227 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100531/acbdf554/attachment.bin>
Gregory Petrosyan
2010-Jun-04 08:42 UTC
[LLVMdev] [RESEND] [PATCH] doc: fix Makefile in 'Writing an LLVM Pass' page
This makes example Makefile a lot more like actual lib/Transforms/Hello/Makefile, and prevents a lot of errors like "Assertion `Inserted && "Pass registered multiple times!"' failed": http://www.google.com/search?q="Assertion+`Inserted+%26%26+"Pass+registered+multiple+times!"'+failed"&qscrl=1 Gregory -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-doc-fix-Makefile-in-Writing-an-LLVM-Pass-page.patch Type: text/x-patch Size: 1227 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100604/011c3edb/attachment.bin>
Chris Lattner
2010-Jun-21 20:36 UTC
[LLVMdev] [RESEND] [PATCH] doc: fix Makefile in 'Writing an LLVM Pass' page
Applied in r106471, thanks! On Jun 4, 2010, at 1:42 AM, Gregory Petrosyan wrote:> This makes example Makefile a lot more like actual > lib/Transforms/Hello/Makefile, and prevents a lot of errors like "Assertion > `Inserted && "Pass registered multiple times!"' failed": > > http://www.google.com/search?q="Assertion+`Inserted+%26%26+"Pass+registered+multiple+times!"'+failed"&qscrl=1 > > Gregory > <0001-doc-fix-Makefile-in-Writing-an-LLVM-Pass-page.patch>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev