Hello,
Following the tutorial for writing a pass, I found the next problem.
Hello,
Following the tutorial for writing a pass, I found the next problem.
Did you try changing the name from Hello to MyHello or something like
that? I seem to remember having a similar problem. My tutorial code
names the struct MyHello and then registers it as follows:
RegisterPass<MyHello> X("myhello", "My Hello World Pass");
You will likely need to change the Makefile as well.
Scott
Yes, I changed the names, tried another folder, change all the files (file.cpp, Makefile, and CMakeList.txt) but still I get the same message.
Somebody has a clue?
Thanks,
Juan Carlos