diff options
author | Michael Rodler <michael.rodler@paluno.uni-due.de> | 2021-02-15 19:14:28 +0100 |
---|---|---|
committer | Michael Rodler <michael.rodler@paluno.uni-due.de> | 2021-02-15 19:14:28 +0100 |
commit | 6caec2169cef890ba8a62715c2c26cc0608626e3 (patch) | |
tree | ed0ac5ff80ceb30ee4b7dc8f2ee0b4663e69525a /docs/Changelog.md | |
parent | 52124813524fb0a28543066e70c86396931270a3 (diff) | |
download | afl++-6caec2169cef890ba8a62715c2c26cc0608626e3.tar.gz |
Revert "llvm bug workaround for lto extint"
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33.
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index e2482f8f..71ef4c2c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -49,7 +49,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. CLANG for old afl-clang - fixed a potential crash in the LAF feature - workaround for llvm 13 - - workaround for llvm internal lto bug that lets not bitcast from _ExtInt() - qemuafl - QASan (address sanitizer for Qemu) ported to qemuafl! See qemu_mode/libqasan/README.md |