diff options
author | Martin Storsjo <martin@martin.st> | 2019-03-05 12:50:06 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2019-03-05 12:50:06 +0000 |
commit | 826624f00a8c2fb5b65830aeb421d8fe38c5ea0e (patch) | |
tree | 47580a3ee897fc413e5f1e04193155e5f3b747b5 /lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py | |
parent | 855478328b59e29bece3856895f2ec899508ea87 (diff) | |
download | bcm5719-llvm-826624f00a8c2fb5b65830aeb421d8fe38c5ea0e.tar.gz bcm5719-llvm-826624f00a8c2fb5b65830aeb421d8fe38c5ea0e.zip |
[sanitizers] Don't use Windows Trace Logging with Clang in MSVC mode either
The TraceLoggingProvider.h header does work with clang-cl in general
these days with Win SDK 10.0.17763.0, but when compiled in 32 bit x86
mode, with the -Z7 flag, compilation fails with the following error:
fatal error: error in backend: assembler label '' can not be undefined
With older Win SDKs, there are other build failures (regardless of
architecture or the -Z7 flag).
Differential Revision: https://reviews.llvm.org/D58958
llvm-svn: 355397
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value/TestValueAPI.py')
0 files changed, 0 insertions, 0 deletions