================ @@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
