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

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jan 23 10:23:16 PST 2018


aprantl added inline comments.


================
Comment at: packages/Python/lldbsuite/test/dotest_args.py:166
+        metavar='Test build directory',
+        help='The root build directory for the tests')
 
----------------
clayborg wrote:
> Maybe add a default right here?:
> 
> ```
>     default=os.getcwd()
> ```
The default is in dotest.py:474. Let me know if this file is the more appropriate place for it.


https://reviews.llvm.org/D42281





More information about the lldb-commits mailing list