So is there any tutorials on how to add a custom pass to the compiler? Do we 
need to rebuild the compiler when the pass is implemented and registered in the 
compiler's passes chain? Or maybe passes can be implemented as external dll/so 
and added to the compiler via command line (like GCC plugins or something of 
that kind)? 

Reply via email to