summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/main.cpp
diff options
context:
space:
mode:
authorAlex Shlyapnikov <alekseys@google.com>2017-04-19 20:39:09 +0000
committerAlex Shlyapnikov <alekseys@google.com>2017-04-19 20:39:09 +0000
commit87276d68cd85368e8b5ec61e7b62bec72ec0c7b3 (patch)
treeabe9965e48543c792e3b851a2ff446b7f4da602b /lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/main.cpp
parentf0dd3c975ccde40f3e409557c9b8fb22e8eb201d (diff)
downloadbcm5719-llvm-87276d68cd85368e8b5ec61e7b62bec72ec0c7b3.tar.gz
bcm5719-llvm-87276d68cd85368e8b5ec61e7b62bec72ec0c7b3.zip
Turn symbolization on for ASan unit test.
Summary: On PowerPC and ARM (possibly, need to verify), couple tests involving pthread_exit fail due to leaks detected by LSan. pthread_exit tries to perform unwinding that leads to dlopen'ing libgcc_s.so. dlopen mallocs "libgcc_s.so" string which confuses LSan, it fails to realize that this allocation happens in dynamic linker and should be ignored. Symbolized leak report is required to define a suppression for this known problem. Reviewers: eugenis Subscribers: aemerson, rengolin, kubamracek, llvm-commits Differential Revision: https://reviews.llvm.org/D32194 Turn symbolization on for PPC and Thumb only to do not slow down other platforms. llvm-svn: 300748
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud