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

make install should install .v files and .glob files in addition to .vo files #526

Open
JasonGross opened this issue Oct 18, 2024 · 1 comment

Comments

@JasonGross
Copy link
Contributor

If compcert does not install .v and .glob files, the bug minimizer cannot minimize any bugs in projects that are built on top of compcert.

Note that coq_makefile-made makefiles install the .v and .glob files:
https://github.com/coq/coq/blob/5eedc0b094c7aff4b10e89c547dcb79e1cc672c3/tools/CoqMakefile.in#L396-L401

@JasonGross
Copy link
Contributor Author

I have created #527 for the .v file part. I am not sure how to install the .glob files, as it seems they are not even fully generated by the makefile (different directories overwrite each others' .glob files it seems). Why does compcert invoke -dump-glob explicitly rather than allowing coq to dump the glob file alongside the .v files? This code dates back to the initial git import of compcert.

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