[go: up one dir, main page]

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

Check if pointer size reflects architecture #25

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

MartinNowack
Copy link
Contributor

Add stronger check to validate if architecture and machine are
equivalent. Error out to inform user to invoke make menuconfig.

Avoids compiling for the wrong architecture (e.g. docker images).

Fixes #8.

@ccadar
Copy link
Contributor
ccadar commented Mar 13, 2019

@MartinNowack This failure seems unrelated to your patch.

Do you plan to update the TravisCI checks first to be in sync with KLEE's?

@ccadar
Copy link
Contributor
ccadar commented Mar 13, 2019

@MartinNowack Can you rebase and trigger a new CI check?

Add stronger check to validate if architecture and machine are
equivalent. Error out to inform user to invoke `make menuconfig`.

Avoids compiling for the wrong architecture (e.g. docker images).

Fixes klee#8.
@MartinNowack
Copy link
Contributor Author

@ccadar Rebased and Travis CI finished.

@ccadar
Copy link
Contributor
ccadar commented Mar 14, 2019

Great, thanks @MartinNowack

@ccadar ccadar merged commit 8ccd74c into klee:klee_0_9_29 Mar 14, 2019
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

Successfully merging this pull request may close these issues.

2 participants