[all-commits] [llvm/llvm-project] 80ed3c: [CMake][fuzzer] Add riscv64 to fuzzer supported ar...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu May 11 18:33:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80ed3c30fc5c4c9f7f4f56360b30bcd4c1eb87fa
https://github.com/llvm/llvm-project/commit/80ed3c30fc5c4c9f7f4f56360b30bcd4c1eb87fa
Author: Eli Kobrin <kobrineli at star.intra.ispras.ru>
Date: 2023-05-11 (Thu, 11 May 2023)
Changed paths:
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
Log Message:
-----------
[CMake][fuzzer] Add riscv64 to fuzzer supported arch list
I tried to build libFuzzer for RISC-V and succeeded. All the libFuzzer
targets were successfully built. I tested this on the small hello world code
with a few branches to check the instrumentation; all of them were covered by
libFuzzer on RISC-V arch. So I suppose it makes sense to enable libFuzzer
build for RISC-V.
Reviewed By: phosek, thetruestblue, MaskRay
Differential Revision: https://reviews.llvm.org/D147788
More information about the All-commits
mailing list