[Lldb-commits] [PATCH] D146714: [lldb] Explicitly set libcxx paths when USE_SYSTEM_LIBCXX is provided
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 23 08:43:17 PDT 2023
JDevlieghere accepted this revision.
JDevlieghere added a comment.
LGTM
================
Comment at: lldb/packages/Python/lldbsuite/test/make/Makefile.rules:434
+ ifeq "$(SDKROOT)" ""
+ $(error "SDKROOT should have been set")
+ endif
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146714/new/
https://reviews.llvm.org/D146714
More information about the lldb-commits
mailing list