[Lldb-commits] [PATCH] D60962: [NativePDB] Extend .pdb files search folders
Stella Stamenova via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 22 13:39:47 PDT 2019
stella.stamenova added inline comments.
================
Comment at: lldb/lit/SymbolFile/NativePDB/pdb-file-lookup.cpp:4
+
+// Test that we can find .pdb file in folder containing .exe file.
+// RUN: %build --compiler=clang-cl --nodefaultlib -o %t.exe -- %s
----------------
Is this not testing finding the PDB file in the _NT_SYMBOL_PATH?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60962/new/
https://reviews.llvm.org/D60962
More information about the lldb-commits
mailing list