[llvm-dev] Registering a MachineFunctionPass

Erdem Derebaşoğlu via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 28 05:10:59 PDT 2015


I had INITIALIZE_PASS_BEGIN and INITIALIZE_PASS_END macros. I replaced them with INITIALIZE_PASS but I get the same error. If I understand correctly, I need to modify Passes.h, InitializePasses.h, and Codegen.cpp files to register my pass, right? Another question is: Is it necessary to have the createNoopInserterPass function?
Erdem 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150928/8ef7faeb/attachment.html>


More information about the llvm-dev mailing list