diff options
| author | Kuba Brecka <kuba.brecka@gmail.com> | 2015-11-24 13:29:15 +0000 |
|---|---|---|
| committer | Kuba Brecka <kuba.brecka@gmail.com> | 2015-11-24 13:29:15 +0000 |
| commit | 6cb7f7a92391327899d833c24d937fc8a1c117af (patch) | |
| tree | 5ee6043a5b103021e913e83e31a7773a5d1d7624 /lldb/packages/Python/lldbsuite/test/python_api/formatters | |
| parent | 941d0a756a0d5b37edaa6d0332ae46f0bc32cded (diff) | |
| download | bcm5719-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/formatters')
0 files changed, 0 insertions, 0 deletions

