-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[base-clang] Change OUR_LLVM_REVISION #6970
Conversation
This fixes the build failures for us, and presumably everyone else, too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I ran this locally and can verify AFL builds work following this.
can i haz merge plis |
Ouch. Thanks for doing this. |
Very dumb of me to merge this when AFL was correctly failing in CI. |
Nevermind, it was expected that it fails because it doesn't rebuild base-clang. |
* [base-clang] Change OUR_LLVM_REVISION * llvmorg-14-init-8033-gabb2a91b
=llvmorg-14-init-11072-gb1bc627e
corresponds to commit b1bc627e7e9965e6ec15e106ee4b2c21f6c36923, which includes commit 89eb85ac6eaab6431ef72ef705d560c72c5ed71f3 (the commit causing afl++ compile failures).Thus, set it to
llvmorg-14-init-8033-gabb2a91b
, which compiles afl++ still fine.For reference: