[asan] Disable thread-safe static initilization with VS 2015
ASan interceptors contain local statics which run before the CRT is initialized. Thread-safe statics appear to rely on CRT-internal state, and will crash without this flag. llvm-svn: 263979
Loading
Please sign in to comment