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

the method of link library when excute the command insturment is only support one kinds of GCC,we need more kinds of GCC method #94

Closed lidanfeng closed 8 years ago

lidanfeng commented 8 years ago

the method of link library when excute the command insturment is only support one kinds of GCC,we need more kinds of GCC link library method

karthikp-ubc commented 8 years ago

I don't understand the issue. Can you please be more specific ? Also, it seems like an LLVM issue to me, not an LLFI issue. This is not the right forum to post LLVM issues unfortunately, so I'm closing it. Thanks,