summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2019-01-18 20:31:12 +0000
committerMartin Storsjo <martin@martin.st>2019-01-18 20:31:12 +0000
commite563e08d8f5bb1aeebb717b412f9b75e08febe0f (patch)
tree24a4aa25f1c4d7c1efc148609128fa3726dce418 /lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/TestStdFunctionStepIntoCallable.py
parent85af701e857229f87542650682ae993f224ced0b (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud