[Lldb-commits] [PATCH] D83425: [lldb] add printing of stdout compile errors to lldbsuite

Benson Li via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 14 10:56:48 PDT 2020


bbli added a comment.

Yeah so in this pic, F12338615: original.png <https://reviews.llvm.org/F12338615>, you can see in the code that both stdout and stderr point to PIPE, and what gets printed out is the concatenation of the two.  However, in F12338626: stderr_as_stdout.png <https://reviews.llvm.org/F12338626>, where stderr now points to stdout, and I just print the stdout output, the "clang-11: error" messages from stderr gets mixed up with the results from stdout,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83425





More information about the lldb-commits mailing list