[compiler-rt] cea3a89 - [profile] Enable loongarch64
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 5 20:08:04 PDT 2023
Author: zhanglimin
Date: 2023-07-06T11:06:54+08:00
New Revision: cea3a8984162f8d5b3086563185ec0c68e09c118
URL: https://github.com/llvm/llvm-project/commit/cea3a8984162f8d5b3086563185ec0c68e09c118
DIFF: https://github.com/llvm/llvm-project/commit/cea3a8984162f8d5b3086563185ec0c68e09c118.diff
LOG: [profile] Enable loongarch64
Mark loongarch64 as supported for profile. All tests passed.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D154405
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 dfa0f634b4c6b7..a26ec960cf289f 100644
--- a/compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
+++ b/compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
@@ -64,7 +64,7 @@ set(ALL_HWASAN_SUPPORTED_ARCH ${X86_64} ${ARM64} ${RISCV64})
set(ALL_MEMPROF_SUPPORTED_ARCH ${X86_64})
set(ALL_PROFILE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC32} ${PPC64}
${MIPS32} ${MIPS64} ${S390X} ${SPARC} ${SPARCV9} ${HEXAGON}
- ${RISCV32} ${RISCV64})
+ ${RISCV32} ${RISCV64} ${LOONGARCH64})
set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64} ${S390X}
${LOONGARCH64})
set(ALL_UBSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${RISCV64}
More information about the llvm-commits
mailing list