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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The build script for libFuzzer uses C++11 but it actually needs a version >= 14 because it uses user-defined literals:
llvm-project/compiler-rt/lib/fuzzer/build.sh
Line 5 in 65f40cb
llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
Line 857 in 65f40cb
The text was updated successfully, but these errors were encountered:
Looks like this is the same as #57980.
Sorry, something went wrong.
No branches or pull requests
The build script for libFuzzer uses C++11 but it actually needs a version >= 14 because it uses user-defined literals:
llvm-project/compiler-rt/lib/fuzzer/build.sh
Line 5 in 65f40cb
llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
Line 857 in 65f40cb
The text was updated successfully, but these errors were encountered: