-
Notifications
You must be signed in to change notification settings - Fork 34
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
yices build issues #9
Comments
Ok so the dependency generation now works. But we still have the following mystery:
vs
and in the llvm logs we see both returning 0.
|
where
we have
So @BrunoDutertre they seem to have the same exit code, is the stderr triggering failure? |
|
Need to instrument the link step in wllvm, but the gclang one looks wrong, since it is missing the native library. |
@ianamason: the order matters Instead of
the link command should be
Function |
Ah so. Yes still not sure why the config test is sensitive to what happens in the unnecessary second phase. |
Because the code in
Then check |
Right. I know that. Not sthupid. So why does the config test fail when the second phase happens, |
Because the configure test tries to link and run the test program. |
Right, and the first phase should have produced the executable.
…Sent from my iPhone
On Jul 22, 2017, at 6:16 AM, Bruno Dutertre ***@***.***> wrote:
Because the configure test tries to link and run the test program.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Seems like there are some bugs with gclang. These give different results:
vs
yields
vs
make
with thegclang
compiler fails with complaints like:The text was updated successfully, but these errors were encountered: