Open pranavk opened 5 years ago
Random thought: is the error coming from alive?
shouldn't be. I am not using the alive backend in the command line. Alive backend only gets used with -souper-use-alive
.
@pranavk usually we just run commands standalone using SOUPER_NO_EXTERNAL_CACHE=1 to avoid redis interactions
oh. good to know. I was flushing my cache everytime until now. Will make use of this from now
Compiling following program with:
./sclang -mllvm -souper-infer-inst -mllvm -souper-synthesis-comps=bitreverse -c -O2 /tmp/tmp.c
Make sure to flush your redis cache before executing the command.