[Lldb-commits] [PATCH] D52788: Add EchoCommentCommands to CommandInterpreterRunOptions in addition to the existing EchoCommands and expose both as interpreter settings.
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 5 08:49:53 PDT 2018
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
One final inline comment but otherwise I think this is good to go. Thanks!
================
Comment at: lit/Settings/Resources/EchoCommandsAll.out:1
+# CHECK: (lldb) command source -s {{.*\n}}
+# CHECK: (lldb) command source -s {{.*\n}}
----------------
We usually call this directory `Inputs` instead of `Resources` (at least in LLVM).
https://reviews.llvm.org/D52788
More information about the lldb-commits
mailing list