Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LLVM IR based regression tests #153

Open
surovic opened this issue Jul 14, 2021 · 1 comment
Open

Add LLVM IR based regression tests #153

surovic opened this issue Jul 14, 2021 · 1 comment

Comments

@surovic
Copy link
Collaborator

surovic commented Jul 14, 2021

Preprocessing with llvm-reduce is encouraged.

@artemdinaburg
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants