Displaying 1 result from an estimated 1 matches for "5f7c9ea4".
2014 Jun 12
2
[LLVMdev] Creating and implementing an analysis group out of tree
Hello all,
I'm trying to follow the guide http://llvm.org/docs/WritingAnLLVMPass.html
to build an some passes and analysis groups out of tree. However, I'm
having some trouble with crashes when I try to follow the guide.
The first section provides a very useful example of what the whole .cpp
file should look like for the HelloWorld pass. Obviously it's a bit more
complex to write the