Hello everybody,
I'm trying to write a basic block pass linking the module to another module during the pass initialization.
Currently my pass initialization code looks like this:
http://paste.pocoo.org/show/r3fo6FSbE7jR2H5wDId6/
But now I'm getting a strange segmentation fault:
http://paste.pocoo.org/show/n3PImkRCyUWlsMPP9CGu/
Am I doing something wrong?
Best Regards
Andreas