[PATCH] D128407: Undefined behaviour in Support/DJB.h
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 23 05:48:11 PDT 2022
nikic requested changes to this revision.
nikic added a comment.
This revision now requires changes to proceed.
This is not undefined behavior. `-fsanitize=integer` also enables some instrumentation for well-defined behaviors, e.g. to drive fuzzing. I don't think we should address failures for anything out side the `-fsanitize=undefined` set in LLVM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128407/new/
https://reviews.llvm.org/D128407
More information about the llvm-commits
mailing list