[compiler-rt] r202374 - [sanitizer] Fix iOS build.

Alexey Samsonov samsonov at google.com
Thu Feb 27 02:59:51 PST 2014


Our Mac bot still fails with build error. Should we #undef IOC_DIRMASK on
OS X as well?


On Thu, Feb 27, 2014 at 2:21 PM, Alexander Potapenko <glider at google.com>wrote:

> Thanks!
>
> On Thu, Feb 27, 2014 at 2:09 AM, Evgeniy Stepanov
> <eugeni.stepanov at gmail.com> wrote:
> > Author: eugenis
> > Date: Thu Feb 27 04:09:21 2014
> > New Revision: 202374
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=202374&view=rev
> > Log:
> > [sanitizer] Fix iOS build.
> >
> > Modified:
> >
> compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
> >
> > Modified:
> compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
> > URL:
> http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.cc?rev=202374&r1=202373&r2=202374&view=diff
> >
> ==============================================================================
> > ---
> compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
> (original)
> > +++
> compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
> Thu Feb 27 04:09:21 2014
> > @@ -94,6 +94,9 @@
> >  #undef _KERNEL
> >
> >  #undef INLINE  // to avoid clashes with sanitizers' definitions
> > +#endif
> > +
> > +#if SANITIZER_FREEBSD || SANITIZER_IOS
> >  #undef IOC_DIRMASK
> >  #endif
> >
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
>
> --
> Alexander Potapenko
> Software Engineer
> Google Moscow
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140227/bc46e61e/attachment.html>


More information about the llvm-commits mailing list