[Lldb-commits] [PATCH] D48782: LLDB Test Suite: Provide an Option to run all tests with Dwarf Package Format (DWP).

Alexander Shaposhnikov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 29 14:19:26 PDT 2018


alexshap added inline comments.


================
Comment at: packages/Python/lldbsuite/test/make/Makefile.rules:238
 
+ifneq (,$(wildcard $(LLVM_DWP)))
+  MAKE_DWP=YES
----------------
aprantl wrote:
> Is the fact this this is *llvm-*dwp critical, or are llvm-dwp and GNU dwp interchangeable? In the latter case, I'd prefer to drop the LLVM part from the variable.
llvm-dwp and dwp should both work


https://reviews.llvm.org/D48782





More information about the lldb-commits mailing list