diff options
| author | van Hauser <vh@thc.org> | 2019-07-05 13:27:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-05 13:27:38 +0200 |
| commit | c0332ad98b84bad3798cbe23d36b07423f216479 (patch) | |
| tree | 8ef28842ef80063972b925faea1c3dd883d4eb3d /llvm_mode/Makefile | |
| parent | 7f6aaa53147afd4feb549214f49d0f5f69e4af6c (diff) | |
| parent | b57b2073acf85e985f513a12d8aae725f8942689 (diff) | |
| download | afl++-c0332ad98b84bad3798cbe23d36b07423f216479.tar.gz | |
Merge branch 'master' into neverZero_counters
Diffstat (limited to 'llvm_mode/Makefile')
| -rw-r--r-- | llvm_mode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/Makefile b/llvm_mode/Makefile index 76de10c0..b6ab0c61 100644 --- a/llvm_mode/Makefile +++ b/llvm_mode/Makefile @@ -116,7 +116,7 @@ endif test_build: $(PROGS) @echo "[*] Testing the CC wrapper and instrumentation output..." - unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=$(CC) LAF_SPLIT_SWITCHES=1 LAF_TRANSFORM_COMPARES=1 LAF_SPLIT_COMPARES=1 ../afl-clang-fast $(CFLAGS) ../test-instr.c -o test-instr $(LDFLAGS) + unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=$(CC) AFL_LLVM_LAF_SPLIT_SWITCHES=1 AFL_LLVM_LAF_TRANSFORM_COMPARES=1 AFL_LLVM_LAF_SPLIT_COMPARES=1 ../afl-clang-fast $(CFLAGS) ../test-instr.c -o test-instr $(LDFLAGS) echo 0 | ../afl-showmap -m none -q -o .test-instr0 ./test-instr echo 1 | ../afl-showmap -m none -q -o .test-instr1 ./test-instr @rm -f test-instr |
