[PATCH] [DFSan] Don't include public headers in dfsan runtime code

Reid Kleckner rnk at google.com
Mon Nov 18 14:17:29 PST 2013


On Sun, Nov 17, 2013 at 1:45 AM, Alexey Samsonov <samsonov at google.com>wrote:

>
>   In principle, I agree with you. Building sanitizer runtimes with
> freestanding headers makes sense, but we'd still have to be very careful.
> In CMake build we use host compiler to build sanitizer runtimes, and, for
> example, there's no stdint.h in some versions of MSVC.
>

stdint.h was added in VS2010, which is currently LLVM's minimal supported
VS version, and we will move to 2012 soon.  If it doesn't have any other
conflicts, you can probably start using it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131118/bc879070/attachment.html>


More information about the llvm-commits mailing list