Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp | ||
---|---|---|
256 | I don't think you've managed to quite capture the intended semantic here. Note the comment mentions what happens after GlobalExtensions is destroyed... |
Comment Actions
- reset GlobalExtensionsConstructed in the destructor of GlobalExtensions
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp | ||
---|---|---|
256 | I think you're right. I must've intended to add a destructor for GlobalExtensions (why else define the struct?) but then forgot... |
I don't think you've managed to quite capture the intended semantic here. Note the comment mentions what happens after GlobalExtensions is destroyed...