diff options
author | van Hauser <vh@thc.org> | 2022-02-22 13:58:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 13:58:49 +0100 |
commit | fee1acf7e6096533f1aa8cd74035bed21c90fdf6 (patch) | |
tree | f870692214c80ebefc452e62424ebcf0a50c8b79 /TODO_LLVM | |
parent | 675d17d737ee5dee88766d9c181567771592c94c (diff) | |
parent | 914eb79cbc14b26b51172a7b14c2a5a3a0ed2875 (diff) | |
download | afl++-fee1acf7e6096533f1aa8cd74035bed21c90fdf6.tar.gz |
Merge branch 'newpm2' into dev
Diffstat (limited to 'TODO_LLVM')
-rw-r--r-- | TODO_LLVM | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO_LLVM b/TODO_LLVM new file mode 100644 index 00000000..3dea8cca --- /dev/null +++ b/TODO_LLVM @@ -0,0 +1,10 @@ +with LLVM 14: only new pass manager +up to LLVM 13: only old pass manager + +These do not work yet with the new pass manager: +cmplog-instructions-pass.so +compare-transform-pass.so +afl-llvm-dict2file.so +afl-llvm-lto-instrumentlist.so +SanitizerCoverageLTO.so +SanitizerCoveragePCGUARD.so |