Bug#1034004: afl++: afl-clang(-fast) does not support -m32 due to missing afl-compiler-rt-32.o

2023-04-09 Thread Kurt Roeckx
This seems to be caused by a missing build-depends. If I build it locally, I do get support for 32 bit builds.

Bug#1034004: afl++: afl-clang(-fast) does not support -m32 due to missing afl-compiler-rt-32.o

2023-04-06 Thread Jonathan Neuschäfer
Package: afl++ Version: 4.04c-3 Severity: normal Hello, When trying to use "afl-clang -m32" on amd64, it fails, even though clang itself supports -m32: $ clang -m32 hello.c -o hello $ ./hello hello $ afl-clang -m32 hello.c -o hello afl-cc++4.04c by Michal Zalewski, Laszlo Szekeres, Marc Heuse -