ymirsky / VulChecker

A deep learning model for localizing bugs in C/C++ source code (USENIX'23)
GNU General Public License v3.0
115 stars 12 forks source link

the version of llvm can be others? #6

Open flynightair opened 10 months ago

flynightair commented 10 months ago

Hi, ymirsky. Is the 10.0.0 is the only version of llvm? The other versions can be used in the project?

ymirsky commented 10 months ago

I beleive that the llap plugin was written for 10.0.0 @michaelbrownuc

flynightair commented 10 months ago

I beleive that the llap plugin was written for 10.0.0 @michaelbrownuc

Thanks for your reply. If the dependency of the llap on the version is resolved, can vulchecker be applicable to other versions?