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
68 stars 35 forks source link

$llfibuild and $zgrviewer path not set by ./setup #55

Closed karfair closed 9 years ago

karfair commented 9 years ago

The llfibuild and zgrviewer tcsh environmental variables are not set automatically by using ./setup

karthikp-ubc commented 9 years ago

I believe these have since been fixed. Feel free to reopen if that's not the case.