From 88cbaeb3e14de3ee5960ca78564e41741e7bd85b Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Fri, 29 Dec 2023 10:03:02 +0100 Subject: LLVM 17 bug workaround --- docs/Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/Changelog.md') diff --git a/docs/Changelog.md b/docs/Changelog.md index c8f04217..178d0f8a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -11,6 +11,11 @@ reporting! - instrumentation: - LLVM 18 support, thanks to @devnexen! + - compcov/LAF-intel: + - floating point splitting bug fix by @hexcoder + - due a bug in LLVM 17 integer splitting is disabled! + - when splitting floats was selected, integers were always split as well, + fixed to require AFL_LLVM_LAF_SPLIT_COMPARES as it should ### Version ++4.09c (release) -- cgit 1.4.1