Chromium Code Reviews
DescriptionDisable LLVM's use of strerror_s on Windows
If available, LLVM uses Windows' strerror_s function for printing errors.
Because mingw builds link dynamically against msvcrt.dll, clang will not
run on systems (XP) which lack this function in their version of the dll.
Since we still have buildbots which run SCons on XP, we want clang to run
on XP, and strerror_s seems to be the only missing dependence.
NOTRY=true
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3936
R=jfb@chromium.org
Committed: https://chromium.googlesource.com/native_client/src/native_client/+/bd9bca36ad7a42e512245cf298c0f27397073cb8
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|
|||||||||||||||||||