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

Allow overriding the compiler in integration tests #179

Closed
davidlattimore opened this issue Oct 23, 2024 · 1 comment
Closed

Allow overriding the compiler in integration tests #179

davidlattimore opened this issue Oct 23, 2024 · 1 comment

Comments

@davidlattimore
Copy link
Owner

While looking at #140, I noticed that libc-integration.c has tests that supposedly use clang, but as far as I can tell, only actually use clang for invoking the linker, not for actually compiling the C code. We should add a config option to specify the compiler to use to compile the code. This should probably be independent from the compiler that we use to link. See also #178.

@davidlattimore
Copy link
Owner Author

I forgot this was already done in b2b4551

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

1 participant