[Lldb-commits] [lldb] [lldb][Formatter] Consolidate libstdc++ and libc++ unique_ptr formatter tests into generic test (PR #147031)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 7 00:00:45 PDT 2025


================
@@ -1,7 +1,5 @@
 CXX_SOURCES := main.cpp
 
-USE_LIBCPP := 1
-
 # We need debug info tuning for lldb in order to emit the preferred name for
 # std::string. See https://reviews.llvm.org/D145803.
 CXXFLAGS_EXTRAS := -std=c++14 -glldb
----------------
labath wrote:

Good idea.

https://github.com/llvm/llvm-project/pull/147031


More information about the lldb-commits mailing list