[llvm-dev] Adding PassInfo to PassRegistry

Lorenzo Laneve via llvm-dev llvm-dev at lists.llvm.org
Thu Mar 24 16:47:29 PDT 2016


How do i create PassInfo for a Pass and then register it on the PassRegistry?
I need to add TargetLibraryInfoWrapperPass to the registry, because addImmutablePass() function asserts because it doesn't find Info for the pass.


More information about the llvm-dev mailing list