Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

llvm_mode error with llvm 13: "Oops, the instrumentation does not seem to be behaving correctly" #151

Open
hannob opened this issue Dec 10, 2021 · 1 comment

Comments

@hannob
Copy link
Contributor

hannob commented Dec 10, 2021

With latest llvm/clang (13.0.0) I can't compile the llvm_mode any more:

[*] Testing the CC wrapper and instrumentation output...
unset AFL_USE_ASAN AFL_USE_MSAN AFL_INST_RATIO; AFL_QUIET=1 AFL_PATH=. AFL_CC=clang ../afl-clang-fast -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DVERSION=\"2.57b\"  ../test-instr.c -o test-instr 
../afl-showmap -m none -q -o .test-instr0 ./test-instr < /dev/null
echo 1 | ../afl-showmap -m none -q -o .test-instr1 ./test-instr

Oops, the instrumentation does not seem to be behaving correctly!
@vanhauser-thc
Copy link
Contributor

If this is fixed then it will break again with llvm 14 ... switch to afl++ instead

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants