[Lldb-commits] [PATCH] D56461: [NativePDB] Add support for parsing typedefs and make lldb-test work with the native reader.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jan 9 06:39:03 PST 2019
labath added a comment.
Is there any chance we can get someone who knows something about pdbs take a look at this (@amccarth ? @aleksandr.urakov ?) ?
================
Comment at: lldb/lit/SymbolFile/NativePDB/typedefs.cpp:3
+
+// REQUIRES: system-windows
+// RUN: %build --compiler=clang-cl --nodefaultlib -o %t.exe -- %s
----------------
What's the reason for this? Does the test need msvc linker or something?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56461/new/
https://reviews.llvm.org/D56461
More information about the lldb-commits
mailing list