diff options
author | Adrian Prantl <aprantl@apple.com> | 2017-07-23 20:24:41 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2017-07-23 20:24:41 +0000 |
commit | ed6f69c1111e2ae379ed90ccafea2030504fec25 (patch) | |
tree | 767d8d52b97130a76eb76e7b23df5db8c04d7191 /lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | |
parent | 651166c2d2d8569cd8d0c62ed15f0647fc09c167 (diff) | |
download | bcm5719-llvm-ed6f69c1111e2ae379ed90ccafea2030504fec25.tar.gz bcm5719-llvm-ed6f69c1111e2ae379ed90ccafea2030504fec25.zip |
Revert "Fix PR33875 by distinguishing between DWO and clang modules"
This reverts commit r308850.
llvm-svn: 308851
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, 2 insertions, 0 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 dcc9206867b..2871f69aea7 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py @@ -9,6 +9,8 @@ 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() |