diff options
author | vanhauser-thc <vh@thc.org> | 2022-02-28 17:43:58 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-02-28 17:43:58 +0100 |
commit | 5e9286b9eae9fcee43c8a584c434f1f19559a78c (patch) | |
tree | 4d5ff3313c115460589221b6d9c84dc6005d8d75 | |
parent | d22532d8d3a2b43c9ac9115e31725c874e49fa3e (diff) | |
download | afl++-5e9286b9eae9fcee43c8a584c434f1f19559a78c.tar.gz |
todo list for 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 |