labath added inline comments.

================
Comment at: lldb/lit/helper/toolchain.py:19
     dsargs = [] if platform.system() in ['Darwin'] else ['gdbserver']
+    psargs = ['FIXME'] if platform.system() in ['Darwin'] else ['platform']
     lldbmi = ToolSubst('%lldbmi',
----------------
For the "platform" mode, Darwin uses lldb-server like other platforms. So this 
should just be "lldb-server platform" unconditionally.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D58962



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to