[Lldb-commits] [PATCH] D94888: [lldb] Add -Wl, -rpath to make tests run with fresh built libc++
David Blaikie via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jan 18 17:22:47 PST 2021
dblaikie added a comment.
(Works for me, FWIW - takes my local run down from 42 failures in check-lldb-api to 1 (a timeout))
Out of curiousity did you find a way to get lldb-test to print out the stdout/stderr of the underlying lldb process to see what error messages it was producing that demonstrated this failure? I was trying to figure out how to do that, and it seems like a good thing to be able to do for this issue or others down the way.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94888/new/
https://reviews.llvm.org/D94888
More information about the lldb-commits
mailing list