From 4765f17738a9c257fee80deb022cf6b82aa70d40 Mon Sep 17 00:00:00 2001 From: Alex Shlyapnikov Date: Thu, 13 Apr 2017 18:49:29 +0000 Subject: Revert "Enable LSan on PowerPC64." This reverts commit r300204. Breaks ASAN tests on PPC. llvm-svn: 300237 --- compiler-rt/lib/lsan/lsan_allocator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler-rt/lib/lsan/lsan_allocator.h') diff --git a/compiler-rt/lib/lsan/lsan_allocator.h b/compiler-rt/lib/lsan/lsan_allocator.h index fad5adb01a7..e5def17d4ee 100644 --- a/compiler-rt/lib/lsan/lsan_allocator.h +++ b/compiler-rt/lib/lsan/lsan_allocator.h @@ -59,7 +59,7 @@ typedef CompactSizeClassMap SizeClassMap; typedef SizeClassAllocator32<0, SANITIZER_MMAP_RANGE_SIZE, sizeof(ChunkMetadata), SizeClassMap, kRegionSizeLog, ByteMap> PrimaryAllocator; -#elif defined(__x86_64__) || defined(__powerpc64__) +#elif defined(__x86_64__) struct AP64 { // Allocator64 parameters. Deliberately using a short name. static const uptr kSpaceBeg = 0x600000000000ULL; static const uptr kSpaceSize = 0x40000000000ULL; // 4T. -- cgit v1.2.3