polyakov.alex added inline comments.

================
Comment at: lit/lit.cfg:61
 
+lldb_mi = lit.util.which('lldb-mi', lldb_tools_dir)
+
----------------
aprantl wrote:
> aprantl wrote:
> > It looks like "lldb-mi" may not be a valid substitution. On Darwin the 
> > command
> > 
> > `# RUN: %lldb_mi `
> > 
> > is expanded to
> > 
> > bin/lldb -S .../llvm/tools/lldb/lit/lit-lldb-init_mi < ...
> > 
> > So it behaves like `%lldb`+`_mi.`
> > 
> Can you see if you can figure out what's going on? Perhaps we need to rename 
> it to lldbmi without the underscore?
On linux it's ok. I'll remove underscore and be appreciated if you check it on 
Darwin.


Repository:
  rL LLVM

https://reviews.llvm.org/D46588



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

Reply via email to