Displaying 1 result from an estimated 1 matches for "diag01_c".
Did you mean:
diag01
2011 Oct 27
0
[LLVMdev] llc with long-longs and hex floating point
In the following sequence:
$llc -march=c -o diag01_c.c diag01.ll
$vpolcc.ss -S -k diag01_c.c <<== **FAILS**
$vpolcc.ss -o diag01 diag01_c.s
I am using llc (from llvm) to convert an .ll file into a .c file. I am then
running the .c file through vpolcc.ss (from zephyr) to further process it
for mips architecture. The vpolcc.ss script fail...