-
Notifications
You must be signed in to change notification settings - Fork 1
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
Extraction code is no longer compiled in Coq8.4pl4 #9
Comments
To share this issue with my boss, I added @gilhur to vellvm users group :-) |
I ran into this problem earlier. It's quite annoying that Coq only gives a line number for the extraction command that failed rather than the location of the actual error. This used to also happen with, for example, Unfortunately, although calling |
I experimented a bit more with this last night: it was simple to fix extraction of analysis.v (see: 842cddb) but it appears that the equations plugin introduces the same error in Values, so any module depending on it (e.g. interpreter) will not extract with Like I mentioned above, |
simplberry
based on the newvellvm-legacy
, we had to restoreextraction_core.v
andextraction_dom.v
, which was removed invellvm-legacy
.Thank you,
Jeehoon
The text was updated successfully, but these errors were encountered: