[compiler-rt] Add hexagon to libFuzzer supported architectures (#190297)
LibFuzzer builds successfully for Hexagon Linux.
This commit is contained in:
parent
40d5a7d69e
commit
2aa4100fa7
@ -63,7 +63,7 @@ endif()
|
||||
|
||||
if(OS_NAME MATCHES "Linux")
|
||||
set(ALL_FUZZER_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${S390X}
|
||||
${RISCV64} ${LOONGARCH64})
|
||||
${RISCV64} ${LOONGARCH64} ${HEXAGON})
|
||||
elseif (OS_NAME MATCHES "Windows")
|
||||
set(ALL_FUZZER_SUPPORTED_ARCH ${X86} ${X86_64})
|
||||
elseif(OS_NAME MATCHES "Android")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user