diff options
author | Reid Kleckner <rnk@google.com> | 2016-03-21 20:08:59 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-03-21 20:08:59 +0000 |
commit | 21aca4897d076ed0753bf12eaa8907f6ff281f92 (patch) | |
tree | ce3817255143f7736d61b7b503257d81224c2190 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | 6514a887f4d5cd834df1b12ba324889c997c32a6 (diff) | |
download | bcm5719-llvm-21aca4897d076ed0753bf12eaa8907f6ff281f92.tar.gz bcm5719-llvm-21aca4897d076ed0753bf12eaa8907f6ff281f92.zip |
[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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions