Searched hist:efce01bcb6757158358a3f2c1f6756ffab4aa8c0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/ |
H A D | configure | efce01bcb6757158358a3f2c1f6756ffab4aa8c0 Sun Feb 21 11:45:10 CST 2021 Alexander Bulekov <alxndr@bu.edu> configure: fix --enable-fuzzing linker failures
With --enable-fuzzing, QEMU_CFLAGS include -fsanitize=fuzzer-no-link. This should allow us to build non-fuzzer binaries using objects instrumented for fuzzing. However, to do that, we also need to link with -fsanitize=fuzzer-no-link. We were not doing that.
Reported-by: Li Qiang <liq3ea@163.com>, Signed-off-by: Alexander Bulekov <alxndr@bu.edu> Message-Id: <20210221174510.22542-1-alxndr@bu.edu> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|