[compiler-rt] r279798 - Additional update missed by r279793, should hopefully make the PPC sanitizer bots happy again.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 17:47:07 PDT 2016


Thanks!

On Thu, Aug 25, 2016 at 5:30 PM, Richard Smith via llvm-commits <
llvm-commits at lists.llvm.org> wrote:

> Author: rsmith
> Date: Thu Aug 25 19:30:03 2016
> New Revision: 279798
>
> URL: http://llvm.org/viewvc/llvm-project?rev=279798&view=rev
> Log:
> Additional update missed by r279793, should hopefully make the PPC
> sanitizer bots happy again.
>
> Modified:
>     compiler-rt/trunk/lib/msan/msan_allocator.cc
>
> Modified: compiler-rt/trunk/lib/msan/msan_allocator.cc
> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/
> msan/msan_allocator.cc?rev=279798&r1=279797&r2=279798&view=diff
> ============================================================
> ==================
> --- compiler-rt/trunk/lib/msan/msan_allocator.cc (original)
> +++ compiler-rt/trunk/lib/msan/msan_allocator.cc Thu Aug 25 19:30:03 2016
> @@ -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;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160825/9ce3e394/attachment.html>


More information about the llvm-commits mailing list