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
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.
The text was updated successfully, but these errors were encountered:
While looking at #140, I noticed that
libc-integration.c
has tests that supposedly useclang
, but as far as I can tell, only actually useclang
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.The text was updated successfully, but these errors were encountered: