File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clang/lib/Driver/ToolChains
compiler-rt/cmake/Modules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -927,7 +927,7 @@ SanitizerMask Linux::getSupportedSanitizers() const {
927927 if (IsX86_64 || IsSystemZ || IsPowerPC64)
928928 Res |= SanitizerKind::KernelMemory;
929929 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch ||
930- IsPowerPC64 || IsHexagon || IsLoongArch64 || IsRISCV64)
930+ IsPowerPC64 || IsHexagon || IsLoongArch64 || IsRISCV64 || IsSystemZ )
931931 Res |= SanitizerKind::Scudo;
932932 if (IsX86_64 || IsAArch64 || IsRISCV64) {
933933 Res |= SanitizerKind::HWAddress;
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ endif()
102102set (ALL_CFI_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS64}
103103 ${HEXAGON} ${LOONGARCH64} )
104104set (ALL_SCUDO_STANDALONE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64}
105- ${MIPS32} ${MIPS64} ${PPC64} ${HEXAGON} ${LOONGARCH64} ${RISCV64} )
105+ ${MIPS32} ${MIPS64} ${PPC64} ${HEXAGON} ${LOONGARCH64} ${RISCV64} ${S390X} )
106106if (APPLE )
107107set (ALL_XRAY_SUPPORTED_ARCH ${X86_64} ${ARM64} )
108108else ()
You can’t perform that action at this time.
0 commit comments