[Lldb-commits] [PATCH] D16858: Add verbose logging support to gdb-remote tests
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 4 02:15:31 PST 2016
labath added a comment.
In http://reviews.llvm.org/D16858#343140, @tfiala wrote:
> BTW I was planning on re-organizing the lldb-server/debugserver tests sometime in the near future to break them into many different directories and pull off the dsym/dwarf/dwo changes for the many tests where that doesn't matter.
I think that basically none of these tests rely on debug info, and we can remove the debug info duplication entirely. Unfortunately, the only way right now is to annotate each function with `@no_debug_info_test`, so I have been waiting until I get a chance to make that decorator work on classes.
That should cut the running time in half, so then you may not even need to split stuff out more...
Repository:
rL LLVM
http://reviews.llvm.org/D16858
More information about the lldb-commits
mailing list