We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to add support for Clangs 15+ to enable building KMSAN and for better KASAN support.
LLVM provides an apt repository for Clang. An example reference of a Dockerfile can be found in syzkaller repo.
Thank you!
The text was updated successfully, but these errors were encountered:
Add clang-13, clang-14, clang-15 support
2691cdf
Refers to #10
Hello @xairy,
Got some time to work on this.
It turned out that Ubuntu 22.04 supports clang-15. I've added a new container with it.
Is it fine? Do you need a separate container with a bleeding-edge fresh clang from the LLVM apt repository?
Sorry, something went wrong.
Yes, Clang 15 is what I needed. Thank you a lot!
No branches or pull requests
It would be nice to add support for Clangs 15+ to enable building KMSAN and for better KASAN support.
LLVM provides an apt repository for Clang. An example reference of a Dockerfile can be found in syzkaller repo.
Thank you!
The text was updated successfully, but these errors were encountered: