[Lldb-commits] [PATCH] D56461: [NativePDB] Add support for parsing typedefs and make lldb-test work with the native reader.

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 9 16:19:23 PST 2019


zturner marked an inline comment as done.
zturner added inline comments.


================
Comment at: lldb/lit/SymbolFile/NativePDB/typedefs.cpp:3
+
+// REQUIRES: system-windows
+// RUN: %build --compiler=clang-cl --nodefaultlib -o %t.exe -- %s
----------------
labath wrote:
> What's the reason for this? Does the test need msvc linker or something?
It used to say `--compiler=msvc` until I realized it worked with clang-cl.  Then I forgot to remove this.  Thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56461/new/

https://reviews.llvm.org/D56461





More information about the lldb-commits mailing list