[Lldb-commits] [lldb] [lldb][Formatter] Consolidate libstdc++ and libc++ unique_ptr formatter tests into generic test (PR #147031)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 4 09:43:47 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
----------------
Michael137 wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/147031
More information about the lldb-commits
mailing list