[Lldb-commits] [lldb] [LLDB][NativePDB] Resolve declaration for tag types (PR #152579)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 11 23:48:38 PDT 2025


================
@@ -12,9 +12,19 @@ RUN: lldb-test symbols %t.dir/ClassLayoutTest.cpp.exe | FileCheck --check-prefix
 RUN: lldb-test symbols %t.dir/ClassLayoutTest.cpp.exe | FileCheck --check-prefix=BASE %s
 RUN: lldb-test symbols %t.dir/ClassLayoutTest.cpp.exe | FileCheck --check-prefix=FRIEND %s
 RUN: lldb-test symbols %t.dir/ClassLayoutTest.cpp.exe | FileCheck --check-prefix=CLASS %s
+RUN: env LLDB_USE_NATIVE_PDB_READER=1 lldb-test symbols %t.dir/ClassLayoutTest.cpp.exe | FileCheck %s
----------------
Michael137 wrote:

I find it a bit awkward that we have NativePDB tests running outside of the `SymbolFile/NativePDB` test directory. Can we just put this test into the `NativePDB` directory too?

https://github.com/llvm/llvm-project/pull/152579


More information about the lldb-commits mailing list