rellic icon indicating copy to clipboard operation
rellic copied to clipboard

Add LLVM IR based regression tests

Open surovic opened this issue 4 years ago • 1 comments

Preprocessing with llvm-reduce is encouraged.

surovic avatar Jul 14 '21 15:07 surovic

All of the generated C should be recompilable (modulo function definitions).

We should try recompiling the C via clang -c -o foo.o input.c, and fail on any errors and some warnings (like control reaches end of non-void function).

artemdinaburg avatar Jul 14 '21 15:07 artemdinaburg