[Lldb-commits] [PATCH] D146714: [lldb] Explicitly set libcxx paths when USE_SYSTEM_LIBCXX is provided
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 23 05:30:13 PDT 2023
Michael137 added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/make/Makefile.rules:434
+ CXXFLAGS += -nostdlib++ -nostdinc++ -cxx-isystem $(SDKROOT)/usr/include/c++/v1
+ LDFLAGS += -L$(SDKROOT)/usr/lib -Wl,-rpath,$(SDKROOT)/usr/lib -lc++
+ endif
----------------
Should we add a hard error if we get here with an empty `SDKROOT`?
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