diff options
| author | van Hauser <vh@thc.org> | 2020-03-17 16:26:51 +0100 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-03-17 16:26:51 +0100 |
| commit | cfd451c6f30a9513d9cb0c94398c4e1ad0d0939a (patch) | |
| tree | 7e7d7a6e75eeea2e289b48356ad62b5bda8a535f /Makefile | |
| parent | 8e07fbf636e7d160089798706240be681203e0b6 (diff) | |
| download | afl++-cfd451c6f30a9513d9cb0c94398c4e1ad0d0939a.tar.gz | |
cmplog was neither quiet nor where its llvm passes installed
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index e38efdb3..4503d564 100644 --- a/Makefile +++ b/Makefile @@ -430,6 +430,7 @@ endif if [ -f compare-transform-pass.so ]; then set -e; install -m 755 compare-transform-pass.so $${DESTDIR}$(HELPER_PATH); fi if [ -f split-compares-pass.so ]; then set -e; install -m 755 split-compares-pass.so $${DESTDIR}$(HELPER_PATH); fi if [ -f split-switches-pass.so ]; then set -e; install -m 755 split-switches-pass.so $${DESTDIR}$(HELPER_PATH); fi + if [ -f cmplog-instructions-pass.so ]; then set -e; install -m 755 cmplog-*-pass.so $${DESTDIR}$(HELPER_PATH); fi if [ -f libdislocator.so ]; then set -e; install -m 755 libdislocator.so $${DESTDIR}$(HELPER_PATH); fi if [ -f libtokencap.so ]; then set -e; install -m 755 libtokencap.so $${DESTDIR}$(HELPER_PATH); fi if [ -f libcompcov.so ]; then set -e; install -m 755 libcompcov.so $${DESTDIR}$(HELPER_PATH); fi |
