================ @@ -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 ---------------- Nerixyz wrote:
(I think) clang-cl is the only compiler that's guaranteed to be available on `target-windows`. If we wanted to use MSVC, we'd need to require `system-windows`. Though, I'd be open to switch to that - not many configurations are `target-windows && !system-windows`. https://github.com/llvm/llvm-project/pull/169728 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
