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


================
Comment at: lit/tools/lldb-mi/breakpoint/break-insert-enable-pending.test:4
+#
+# RUN: %cc -o b.exe %p/inputs/break-insert-pending.c -g
+# RUN: %lldbmi < %s | FileCheck %s
----------------
apolyakov wrote:
> As far as your first command is `file-exec-and-symbols`, the best way is to 
> use a generic executable's name. Here it should be:
> ```
> # RUN: %cc -o %t %p/inputs/break-insert-pending.c -g
> # RUN: %lldbmi %t < %s | FileCheck %s
> ```
How can I use %t for the second file-exec-and-symbols? It doesn't seem to work


https://reviews.llvm.org/D52953



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

Reply via email to