File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ set(ALL_GWP_ASAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64})
50
50
if (APPLE )
51
51
set (ALL_LSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${MIPS64} ${ARM64} )
52
52
else ()
53
- set (ALL_LSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${MIPS64} ${ARM64} ${ARM32} ${PPC64} ${S390X} ${RISCV64} )
53
+ set (ALL_LSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${MIPS64} ${ARM64} ${ARM32}
54
+ ${PPC64} ${S390X} ${RISCV64} ${HEXAGON} )
54
55
endif ()
55
56
set (ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64} ${S390X} )
56
57
set (ALL_HWASAN_SUPPORTED_ARCH ${X86_64} ${ARM64} )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ struct ChunkMetadata {
50
50
};
51
51
52
52
#if defined(__mips64) || defined(__aarch64__) || defined(__i386__) || \
53
- defined (__arm__) || SANITIZER_RISCV64
53
+ defined (__arm__) || SANITIZER_RISCV64 || defined(__hexagon__)
54
54
template <typename AddressSpaceViewTy>
55
55
struct AP32 {
56
56
static const uptr kSpaceBeg = 0 ;
You can’t perform that action at this time.
0 commit comments