summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-11-24 13:29:15 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-11-24 13:29:15 +0000
commit6cb7f7a92391327899d833c24d937fc8a1c117af (patch)
tree5ee6043a5b103021e913e83e31a7773a5d1d7624 /lldb/packages/Python/lldbsuite/test/python_api/thread
parent941d0a756a0d5b37edaa6d0332ae46f0bc32cded (diff)
downloadbcm5719-llvm-6cb7f7a92391327899d833c24d937fc8a1c117af.tar.gz
bcm5719-llvm-6cb7f7a92391327899d833c24d937fc8a1c117af.zip
[tsan] Fix stack_sync_reuse.cc test on OS X
The test relies on two variables in different frames to end up being on the same address. For some reason, this isn't true on OS X. This patch adds `__attribute__((aligned(64)))` to the variables, which actually makes the variables occupy the same address. This is still not a guarantee, but it's more likely to work (the test looks very fragile already). Differential Revision: http://reviews.llvm.org/D14925 llvm-svn: 253981
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud