summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-08-26 00:30:03 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-08-26 00:30:03 +0000
commitc8b9fd7e2f39ba8fba1c64277e7d7ac51fa35885 (patch)
tree99ba75ff20f1d0e6747dd5c4700d2dfd895d7785
parente935ff9a6cfde96dabc31a60d010d2d331c31371 (diff)
Additional update missed by r279793, should hopefully make the PPC sanitizer bots happy again.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@279798 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/msan/msan_allocator.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msan/msan_allocator.cc b/lib/msan/msan_allocator.cc
index 9eb945af5..f5d59047b 100644
--- a/lib/msan/msan_allocator.cc
+++ b/lib/msan/msan_allocator.cc
@@ -78,6 +78,7 @@ struct MsanMapUnmapCallback {
static const uptr kMetadataSize = sizeof(Metadata);
typedef DefaultSizeClassMap SizeClassMap;
typedef MsanMapUnmapCallback MapUnmapCallback;
+ static const uptr kFlags = 0;
};
typedef SizeClassAllocator64<AP64> PrimaryAllocator;