diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-07-24 18:06:39 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-07-24 18:06:39 +0000 |
commit | 8bbb130793c1495adbfcd528ba6a87026c47d076 (patch) | |
tree | 4a35738704d97770f43182ad89b230cdf19dd576 /lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | |
parent | 29ffb0e66a11382837ff9d115e86292572372dd1 (diff) | |
download | bcm5719-llvm-8bbb130793c1495adbfcd528ba6a87026c47d076.tar.gz bcm5719-llvm-8bbb130793c1495adbfcd528ba6a87026c47d076.zip |
RFix PR33875 by distinguishing between DWO and clang modules.
This reapplies https://reviews.llvm.org/D35740 with a tweak to find
the section by name rather than type. Section types don't distinguish
between regular sections and their DWO counterparts.
llvm-svn: 308905
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py index 2871f69aea7..dcc9206867b 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py @@ -9,8 +9,6 @@ class TestWithGmodulesDebugInfo(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureAll(bugnumber="llvm.org/pr33875", oslist=["linux"], - compiler="clang", compiler_version=[">", "6.0"]) @add_test_categories(["gmodules"]) def test_specialized_typedef_from_pch(self): self.build() |