[Lldb-commits] [PATCH] D132940: [lldb] Use just-built libcxx for tests when available
    Jonas Devlieghere via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Sep  7 17:21:42 PDT 2022
    
    
  
JDevlieghere accepted this revision.
JDevlieghere added a comment.
LGTM
================
Comment at: lldb/packages/Python/lldbsuite/test/make/Makefile.rules:396
+	ifneq ($(or $(USE_LIBSTDCPP), $(USE_LIBCPP)),)
+		$(error Cannot use system's library and a custom library together)
+	endif
----------------
s/library/standard library/
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132940/new/
https://reviews.llvm.org/D132940
    
    
More information about the lldb-commits
mailing list