[compiler-rt] f288032 - [compiler-rt] Add hexagon support to profile
Brian Cain via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 17 19:59:54 PDT 2021
Author: Brian Cain
Date: 2021-08-17T19:59:24-07:00
New Revision: f2880329eb9ecbb7942b2bf4a8387e865d7ab92d
URL: https://github.com/llvm/llvm-project/commit/f2880329eb9ecbb7942b2bf4a8387e865d7ab92d
DIFF: https://github.com/llvm/llvm-project/commit/f2880329eb9ecbb7942b2bf4a8387e865d7ab92d.diff
LOG: [compiler-rt] Add hexagon support to profile
Adds build support for hexagon linux to profile
Added:
Modified:
compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
Removed:
################################################################################
diff --git a/compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake b/compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
index f4729af015ed..882e12ada027 100644
--- a/compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
+++ b/compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
@@ -58,7 +58,7 @@ set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64} ${S390X})
set(ALL_HWASAN_SUPPORTED_ARCH ${X86_64} ${ARM64})
set(ALL_MEMPROF_SUPPORTED_ARCH ${X86_64})
set(ALL_PROFILE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC32} ${PPC64}
- ${MIPS32} ${MIPS64} ${S390X} ${SPARC} ${SPARCV9})
+ ${MIPS32} ${MIPS64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON})
set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64} ${S390X})
set(ALL_UBSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${RISCV64}
${MIPS32} ${MIPS64} ${PPC64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON})
More information about the llvm-commits
mailing list