Hi all
When I use the output option "--cabsonly",the program break and exit
with error.
The command is "./bin/cilly --save-temps=./output hello.c
--cabsonly=hello.cabs -o ./output/hello"
The error is:
gcc -D_GNUCC -E -DCIL=1 hello.c -o output/hello.i
/home/pengwen/parlang/proj/cilpr
Hi all
I am new to CIL, and try to pint the Cabs in order to find the
difference between Cabs and CIL.
So I use the parameter "--cabsonly" to define the Cabs output file
name. But the project exit with error "Fatal error: exception
Invalid_argument("index out of bounds")".
The command