summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2016-02-02 18:43:53 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2016-02-02 18:43:53 +0000
commit2ec482a347af86a5309d0017602c068516ffdf6f (patch)
treeaee85dcf57072764f00e06d95f5fe8b1dc2b2958 /lldb/packages/Python/lldbsuite/test/lldbtest.py
parentf54e67dcc9876c8a0259e45e5c6823535d8ac384 (diff)
downloadbcm5719-llvm-2ec482a347af86a5309d0017602c068516ffdf6f.tar.gz
bcm5719-llvm-2ec482a347af86a5309d0017602c068516ffdf6f.zip
Re-commit r259512: [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} This re-commit fixes an issue where 'check-tsan' continued to look for the tsan'd libc++ in the directory it used to be built in. Reviewers: hans, samsonov Subscribers: tberghammer, llvm-commits, danalbert, srhines, dvyukov Differential Revision: http://reviews.llvm.org/D16685 llvm-svn: 259542
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud