[Lldb-commits] [lldb] [lldb][Modules] Make decls from submodules visible for name lookup (PR #143098)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 6 08:11:14 PDT 2025
================
@@ -11,17 +11,11 @@
class DeclFromSubmoduleTestCase(TestBase):
# Requires DWARF debug info which is not retained when linking with link.exe.
@skipIfWindows
+ # Lookup for decls in submodules fails in Linux
+ @expectedFailureAll(oslist=["linux"])
----------------
adrian-prantl wrote:
Is it really Linux or submodule visibility?
https://github.com/llvm/llvm-project/pull/143098
More information about the lldb-commits
mailing list