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

When we use gcc to finish the compile,then we can run the component as this #100

Closed lidanfeng closed 8 years ago

lidanfeng commented 8 years ago

When we use gcc to finish the compile,then we can run the component as this: dsware_osd -c /home/ds/script/config/dsware.cfg -s 6SL11RML0000N143CZBM -d /dev/sdb -f /dev/hiob -i 0 -p 1 > /home/ds/script/log/osd0.log 2>&1

But when we use clang finish the compile, we have to run the component as this , there is an error as follow:

karthikp-ubc commented 8 years ago

The error message is missing. Please provide more details along with a reproducible test case. Thanks,