I’m trying to write a hello world pass following the instructions in this article:
http://llvm.org/docs/WritingAnLLVMPass.html
I did this before in previous versions. However, I couldn’t get it to work this time. I thought it might be because differences in the version. I tried to find a clue in the release notes, but no success.
Any help is appreciated.