"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f1395b695e92a2c40252dd9933d136e99205182e"
Another step towards getting rid of static ctors for pass registration: have...
Another step towards getting rid of static ctors for pass registration: have INITIALIZE_PASS AND INITIALIZE_AG_PASS expand to an initializeMyPass() function (in additional to the extant static ctors). Eventually, these will be called from a big InitializeAllPasses() function, and the PassInfo's they create (which would be leaked if this code were used at the moment) will be handed off to a PassRegistry for ownership. llvm-svn: 115703
Loading
Please register or sign in to comment