summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2019-09-12 20:00:24 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2019-09-12 20:00:24 +0000
commit00223827a952f66e7426c9881a2a4229e59bb019 (patch)
tree7d6bebd7f9e0b0771e5e4be030d10dbaac73311f /lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py
parent5806022904bc447525a02cff796c9bbbd02b0444 (diff)
downloadbcm5719-llvm-00223827a952f66e7426c9881a2a4229e59bb019.tar.gz
bcm5719-llvm-00223827a952f66e7426c9881a2a4229e59bb019.zip
Improve code generation for thread_local variables:
Summary: * Don't bother using a thread wrapper when the variable is known to have constant initialization. * Emit the thread wrapper as discardable-if-unused in TUs that don't contain a definition of the thread_local variable. * Don't emit the thread wrapper at all if the thread_local variable is unused and discardable; it will be emitted by all TUs that need it. Reviewers: rjmccall, jdoerfert Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D67429 llvm-svn: 371767
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/recursion/TestValueObjectRecursion.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud