[Lldb-commits] [PATCH] add dependency files and test logs to .gitignore
Alex Pepper
apepper at blueshiftinc.com
Thu Nov 20 08:36:18 PST 2014
I think those log files are generated by llgs during testing when llgs local debugging is enabled.
- Alex
On Nov 19, 2014, at 6:23 PM, Zachary Turner <zturner at google.com> wrote:
> It sounds like there's a bug in either the test suite or the CMake target that calls into the test suite. I would rather have it fixed the right way, because I suspect it's probably a simple fix, would you mind trying to figure out what's going wrong? The relevant CMake target is in lldb/test/CMakeLists.txt at the very bottom (just dump the value of ${LLDB_DOSEP_ARGS} and re-generate), and the script itself is dosep.py and dotest.py. I think you can pass -v to them (through CMake) so they print verbose output. This makes it easy to debug them with log statements.
>
> http://reviews.llvm.org/D6329
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
More information about the lldb-commits
mailing list