DependableSystemsLab / LLFI

LLFI is an LLVM based fault injection tool, that injects faults into the LLVM IR of the application source code. The faults can be injected into specific program points, and the effect can be easily tracked back to the source code. Please refer to the paper below. NOTE: If you publish a paper using LLFI, please add it to PaperLLFI.bib
http://blogs.ubc.ca/karthik/2014/02/23/quantifying-the-accuracy-of-high-level-fault-injection-techniques/
Other
66 stars 36 forks source link

Did LLFI support LLVM-3.8.0 version? #102

Closed zzh8845 closed 8 years ago

zzh8845 commented 8 years ago

Did LLFI support LLVM-3.8.0 version?

If I install llfi already, can I change the llvm version?

PS:LLVM-3.4 is old,and some functions are not supported.

nankmr2012 commented 8 years ago

LLFI does not support LLVM-3.8.0 version. Also once LLFI installed with LLVM-3.4 version, the LLVM version cannot be changed.

zzh8845 commented 8 years ago

Thanks

junwei-wang commented 5 years ago

How complicated to switch LLFI into latest LLVM versions?