[Lldb-commits] [PATCH] D86667: [lldb/Target] Add custom interpreter option to `platform shell`

Max Kudryavtsev via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 2 12:37:02 PDT 2020


max-kudr added inline comments.


================
Comment at: lldb/test/API/commands/platform/basic/myshell.c:11
+
+#ifdef WIN32
+  char *cmd_opt = "/C";
----------------
mib wrote:
> @max-kudr It seems I'm missing the leading `_` (correct me if I'm wrong but IIUC the macro should be `_WIN32`), explaining the failure, I'll send a fix now.
Yes, at least `_WIN32` is used in clang. Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86667



More information about the lldb-commits mailing list