Displaying 1 result from an estimated 1 matches for "ciex".
Did you mean:
cex
2013 Oct 03
0
[LLVMdev] libclang JIT frontend
...LVM JIT (3.3 release). I started from the clang-interpreter example and have everything working (given a C/C++ source file I can have it JIT'd to memory and executed) for a single run. When I try to compile a second source file I get an infinite loop reporting the following:
rdsuvideodrome:~/ciEx> ./ciEx.out
Result = 55
<premain>: CommandLine Error: Argument 'verify-loop-info' defined more than once!
<premain>: CommandLine Error: Argument 'verify-scev' defined more than once!
<premain>: CommandLine Error: Argument 'scalar-evolution-max-iterations'...