You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Preprocessing with
llvm-reduce
is encouraged.The text was updated successfully, but these errors were encountered: