build analysis on an existing module
yuffon opened this issue · 1 comments
yuffon commented
I need to perform IFDS analysis on an existing Module in a LLVM pass such that all components in my project use the same llvm Module object. But I see that HelperAnalyses
does not has such interface. It only receives IRfile and builds module itself.
I know it is easy to implement such an interface.
I think somebody may meet the same problem in the future.
So maybe it is better to add an interface in the main branch.
yuffon commented
@fabianbs96 great!