-
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
Update clang #8059
Comments
yes you can upgrade. Our LTO instrumentation doesnt work on llvm 15 as they removed the ability to load own plugins in lld, but LTO is not used (and doesn't make sense to be used) in clusterfuzz. |
@jonathanmetzman as far as I can see llvm/llvm-project@bc56097 hasn't been included in the base-builder image yet so it seems clang is pinned somewhere between clang-13 and clang-14 on OSS-Fuzz. I wonder if it would be possible to bump it to 14? I saw #8108 but looks like it might take a while. |
We are currently on clang 14 aee49255074fd4ef38d97e6e70cbfbf2f9fd0fa7 |
I don't think it should take longer than a week or two to update to clang 15 so I don't think we will do anything temporary in the meantime |
That commit is older than llvm/llvm-project@bc56097. The problem is that distributions ship clang-14 with both those commits included and there it's kind of safe to assume that
Fair enough. |
Can be closed, now that the discussion moved to #9989? |
Theres a few different reasons why we should update clang
We're currently on clang-14.
@vanhauser-thc Do you know if we can upgrade to 15 with AFL++ (sorry for asking this again, can't remember your answer)
The text was updated successfully, but these errors were encountered: