-
Notifications
You must be signed in to change notification settings - Fork 746
Our C-Smith driver should ask bindgen to derive everything #1037
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
Comments
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the If you intend to work on this issue, then add |
looks pretty straightforward as my first work :) |
Hey @clippered! Thanks for your interest in working on this issue. It's now assigned to you! |
Let me know if you run into any questions @clippered :) |
Issue #1037: pass all derive-enabling flags in bindgen for csmith driver
Yes, thanks! In the future, if you add |
Will do it next time, cheers. |
Might as well cover all the bases...
See
csmith-fuzzing/driver.py
. Therun_bindgen
function should pass all the derive-enabling command line flags listed viabindgen --help
.The text was updated successfully, but these errors were encountered: