mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Revert "[ASan/Win] Remove a hack that seems not to be required with VS2013 anymore" (r215708)
This is still needed for VS2012. llvm-svn: 215930
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#if SANITIZER_WINDOWS && !defined(va_copy)
|
||||
# define va_copy(dst, src) ((dst) = (src))
|
||||
#endif
|
||||
|
||||
namespace __sanitizer {
|
||||
|
||||
StaticSpinMutex CommonSanitizerReportMutex;
|
||||
|
||||
Reference in New Issue
Block a user