[Lldb-commits] [PATCH] D136608: [lldb-tests] Remove libstdc++ requirement from test
Felipe de Azevedo Piovezan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 24 08:11:20 PDT 2022
fdeazeve created this revision.
fdeazeve added a reviewer: Michael137.
Herald added a project: All.
fdeazeve requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This requirement dates back to ten years ago and the test seems to work
nowadays with either libc++ or libstdc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136608
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,5 +1,4 @@
CXX_SOURCES := main.cpp
-USE_LIBCPP := 1
CXXFLAGS_EXTRAS := -O0
include Makefile.rules
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136608.470164.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221024/079780ce/attachment.bin>
More information about the lldb-commits
mailing list