diff options
author | Martin Storsjo <martin@martin.st> | 2019-01-18 20:31:12 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2019-01-18 20:31:12 +0000 |
commit | e563e08d8f5bb1aeebb717b412f9b75e08febe0f (patch) | |
tree | 24a4aa25f1c4d7c1efc148609128fa3726dce418 /lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py | |
parent | 85af701e857229f87542650682ae993f224ced0b (diff) | |
download | bcm5719-llvm-e563e08d8f5bb1aeebb717b412f9b75e08febe0f.tar.gz bcm5719-llvm-e563e08d8f5bb1aeebb717b412f9b75e08febe0f.zip |
[SjLj] Don't use __declspec(thread) in MinGW mode
GCC and Clang in MinGW mode don't support __declspec(thread), which
after expanding macros ends up as __attribute__((thread)). Use the
GCC specific attribute __thread instead (the next one in the chain
of alternatives).
Differential Revision: https://reviews.llvm.org/D56905
llvm-svn: 351587
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py')
0 files changed, 0 insertions, 0 deletions