[PATCH] Avoid calling strtoll and atoll in asan_str_test.cc on Windows for now

Ehsan Akhgari ehsan.akhgari at gmail.com
Sat Sep 13 08:08:08 PDT 2014


Hi timurrrr,

These two functions are unavailable on MSVC2012, which breaks building the
ASAN tests with MSVC2012.  Since the tests required to run these functions
are disabled on Windows for now, avoid building them to fix the MSVC2012
builds.

http://reviews.llvm.org/D5343

Files:
  lib/asan/tests/asan_str_test.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5343.13675.patch
Type: text/x-patch
Size: 1620 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140913/c7da78ce/attachment.bin>


More information about the llvm-commits mailing list