arch posix: Correct ARCH_POSIX_LIBFUZZER kconfig help message

This option can be used now also with native_sim
and seems to work fine with both 32 and 64 bit targets.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-04-12 15:08:40 +02:00 committed by Johan Hedberg
commit df5440fc59

View file

@ -27,7 +27,7 @@ menuconfig ARCH_POSIX_LIBFUZZER
help help
Build the posix app as a LLVM libfuzzer target. Requires Build the posix app as a LLVM libfuzzer target. Requires
support from the toolchain (currently only clang works, and support from the toolchain (currently only clang works, and
only on native_posix/native/64), and should normally be used in only on native_{posix,sim}[//64]), and should normally be used in
concert with some of CONFIG_ASAN/UBSAN/MSAN for validation. concert with some of CONFIG_ASAN/UBSAN/MSAN for validation.
The application needs to implement the The application needs to implement the
LLVMFuzzerTestOneInput() entry point, which runs in the host LLVMFuzzerTestOneInput() entry point, which runs in the host