[Lldb-commits] [lldb] [LLDB][PDB] Access object file through module (PR #169728)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 28 03:26:33 PST 2025
================
@@ -0,0 +1,39 @@
+// REQUIRES: lld, target-windows
+
+// Test that `target symbols add <pdb>` works.
+// RUN: %build --compiler=clang-cl --nodefaultlib --output=%t.exe %s
----------------
DavidSpickett wrote:
Specifically clang-cl why?
Because you want to make sure you get a PDB and it's easier to require clang-cl than it is to require some version of MSVC?
https://github.com/llvm/llvm-project/pull/169728
More information about the lldb-commits
mailing list