Skip to content

Commit f288032

Browse files
committed
[compiler-rt] Add hexagon support to profile
Adds build support for hexagon linux to profile
1 parent 065274b commit f288032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64} ${S390X})
5858
set(ALL_HWASAN_SUPPORTED_ARCH ${X86_64} ${ARM64})
5959
set(ALL_MEMPROF_SUPPORTED_ARCH ${X86_64})
6060
set(ALL_PROFILE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC32} ${PPC64}
61-
${MIPS32} ${MIPS64} ${S390X} ${SPARC} ${SPARCV9})
61+
${MIPS32} ${MIPS64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON})
6262
set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64} ${S390X})
6363
set(ALL_UBSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${RISCV64}
6464
${MIPS32} ${MIPS64} ${PPC64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON})

0 commit comments

Comments
 (0)