summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
diff options
context:
space:
mode:
authorDavid Gross <dgross@google.com>2016-12-08 21:15:17 +0000
committerDavid Gross <dgross@google.com>2016-12-08 21:15:17 +0000
commitbcc6cea748c7c9f9d2640f12bf51325b8e0840aa (patch)
tree3e8ddf58ebd02c34eb30e1afd1e3d27c21ee0485 /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
parent8fe1767cddc8088cfa82bd387dedb58de9122f02 (diff)
downloadbcm5719-llvm-bcc6cea748c7c9f9d2640f12bf51325b8e0840aa.tar.gz
bcm5719-llvm-bcc6cea748c7c9f9d2640f12bf51325b8e0840aa.zip
[DebugInfo] Relax test case for long double constants.
Summary: D27549 (partial fix for PR26619) emits a constant value in the debug metadata for a floating-point static const that does not exceed 64 bits in size. The regression test accompanying that fix assumes that a long double exceeds 64 bits in size and hence does not get a constant value in the debug metadata. However, for some targets -- such as "--target=hexagon-unknown-elf" -- a long double does not exceed 64 bits in size, and hence the test fails. As a temporary fix, modify the regression test to no longer inspect the debug metadata for a long double. Reviewers: cfe-commits, probinson Differential Revision: https://reviews.llvm.org/D27589 llvm-svn: 289103
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud