[Lldb-commits] [PATCH] D136171: [lldb-tests] Remove dubious standard library flag
Felipe de Azevedo Piovezan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 18 10:52:47 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf477412685fe: [lldb-tests] Remove dubious standard library flag (authored by fdeazeve).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136171/new/
https://reviews.llvm.org/D136171
Files:
lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/Makefile
Index: lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/Makefile
===================================================================
--- lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/Makefile
+++ lldb/test/API/functionalities/data-formatter/data-formatter-skip-summary/Makefile
@@ -1,7 +1,5 @@
CXX_SOURCES := main.cpp
-USE_LIBSTDCPP := 0
-
-
+USE_LIBCPP := 1
CXXFLAGS_EXTRAS := -O0
include Makefile.rules
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136171.468621.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221018/979f53ca/attachment.bin>
More information about the lldb-commits
mailing list