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



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

Reply via email to