input.yaml:ERROR:Unknown Instruction selection method in input.yaml
zuiaiziai opened this issue · 2 comments
hello,
When I use factorial file in the test_programs directory to test LLFI with the command '<LLFI_BUILD_ROOT>/bin/instrument --readable factorial.ll', I get an error: Unknown Instruction selection method in input.yaml. I try many times,but I can't resolve this problem.
The contents below is the input.yaml file in factorial file:
compileOption:
instSelMethod:
- insttype:
include:
- all
exclude:
- ret
regSelMethod: regloc
regloc: dstreg
runOption:
- run:
numOfRuns: 1
fi_type: bitflip
Could you help me to find the problem? Thank you very much! Please answer here or email me at 1090366769@qq.com.
This seems like something wrong with your setup. What platform and OS are you using ? Thanks,
- karthik
I use Ubuntu 14.04 LTS and test LLFI based on LLVM-2.9. What do you mean about 'something wrong with your setup'? Would you have any idea about the problem I encountered? Thank you very much!