diff options
author | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-02-02 15:04:35 +0000 |
---|---|---|
committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2016-02-02 15:04:35 +0000 |
commit | 470c2acc7c61d1c9d555aaf23ebd02d083bb3d85 (patch) | |
tree | 0254d0477a7bc3d36bbc267f49000af2306238dc /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | 7c38b3296bd34d28427f5d2cd486f705a9dbb611 (diff) | |
download | bcm5719-llvm-470c2acc7c61d1c9d555aaf23ebd02d083bb3d85.tar.gz bcm5719-llvm-470c2acc7c61d1c9d555aaf23ebd02d083bb3d85.zip |
[tsan] Add a libc++ and lit testsuite for each ${TSAN_SUPPORTED_ARCH}.
Summary:
This is a workaround to a problem in the 3.8 release that affects MIPS and
possibly other targets where the default is not supported but a sibling is
supported.
When TSAN_SUPPORTED_ARCH is not empty, cmake currently attempts to build a
tsan'd libcxx as well as test tsan for the default target regardless of whether
the default target is supported or not. This causes problems on MIPS32 since
tsan is supported for MIPS64 but not MIPS32.
This patch causes cmake to only build the libcxx and run the lit test-suite for
archictures in ${TSAN_SUPPORTED_ARCH}
Reviewers: hans, samsonov
Subscribers: tberghammer, llvm-commits, danalbert, srhines, dvyukov
Differential Revision: http://reviews.llvm.org/D16685
llvm-svn: 259512
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions