[Lldb-commits] [PATCH] add dependency files and test logs to .gitignore

Zachary Turner zturner at google.com
Wed Nov 19 18:23:27 PST 2014


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






More information about the lldb-commits mailing list