[Lldb-commits] [PATCH] D81697: Add support for batch-testing to the LLDB testsuite.
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 7 09:19:38 PDT 2020
labath added a comment.
In D81697#2131004 <https://reviews.llvm.org/D81697#2131004>, @bbli wrote:
> > Ideally this error should include the actual command line
>
> So to clarify, you want to also print out the exact clang command/what flags were passed to clang whenever compile errors happen?
Yes, basically the entire output of the `make` command, as if I had run it in a shell (that's what I normally do when I can't decipher the test suite error). I think it might be possible to get make to print _only_ the command that failed, but I think that's: a) not worth it; b) the content of the other commands can be useful at times.
> On another note, would it be more appropriate to be communicating through email rather than on this pull request?
I don't care either way. Feel free to drop me an email if you want.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81697/new/
https://reviews.llvm.org/D81697
More information about the lldb-commits
mailing list