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

remove unsupported --libc=klee option from help message #239

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MichalHe
Copy link
Contributor

The help message mentions the possibility to use --libc=klee option, however, no such option is passed to getopt, nor is it handled while iterating over supplied options. Using this option causes symbiotic to exit with ERROR: option --libc not recognized.

@MichalHe
Copy link
Contributor Author

MichalHe commented Dec 17, 2022

Also, the following options are currently parsed, however, they are undocumented.

--cc
--executable-witness
--gen-c
--link
--no-link-undefined
--no-witness
--target
--target-settings
--unroll

I am not sure whether they are undocumented on purpose, but if it is the case, feel free to ignore this comment.

@lzaoral lzaoral added the bug label Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants