[Lldb-commits] [PATCH] D42281: WIP: compile the LLDB tests out-of-tree

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 26 02:59:45 PST 2018


labath added a comment.

I've created https://reviews.llvm.org/D42572 with the fixups necessary to make this run on linux. It's way smaller than I expected we would need -- I basically fixed one typo and corrected for some shared library weirdness. Can you apply that on top of your CL?

I'll try to take a closer look at the actual changes on monday, but the changes seem mostly straight-forward.

I do have one request though: Could we make the default value for the test build folder a **subfolder** of the current directory? Right now if you run dotest from a directory containing some interesting stuff, it will pollute it with a bunch of subfolders and it can be hard to clean it up afterwards. If it was a subfolder with a recognisable name, I could just nuke it and be done with it.


https://reviews.llvm.org/D42281





More information about the lldb-commits mailing list