We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459420c commit 3c91d01Copy full SHA for 3c91d01
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/shared_ptr/Makefile
@@ -2,5 +2,7 @@ CXX_SOURCES := main.cpp
2
3
USE_LIBCPP := 1
4
5
-CXXFLAGS_EXTRAS := -std=c++14
+# We need debug info tuning for lldb in order to emit the preferred name for
6
+# std::string. See https://reviews.llvm.org/D145803.
7
+CXXFLAGS_EXTRAS := -std=c++14 -glldb
8
include Makefile.rules
lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unique_ptr/Makefile
0 commit comments