llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Dmitry Vasilyev (slydiman) <details> <summary>Changes</summary> The patch #<!-- -->98694 was not enough. This test is still failed on the buildbot https://lab.llvm.org/staging/#/builders/195/builds/4438 Use `USE_LIBSTDCPP := 1` instead. --- Full diff: https://github.com/llvm/llvm-project/pull/112357.diff 1 Files Affected: - (modified) lldb/test/API/lang/cpp/stl/Makefile (+1-1) ``````````diff diff --git a/lldb/test/API/lang/cpp/stl/Makefile b/lldb/test/API/lang/cpp/stl/Makefile index 8534fa9b00209e..bf8e6b8703f368 100644 --- a/lldb/test/API/lang/cpp/stl/Makefile +++ b/lldb/test/API/lang/cpp/stl/Makefile @@ -1,5 +1,5 @@ CXX_SOURCES := main.cpp -USE_SYSTEM_STDLIB := 1 +USE_LIBSTDCPP := 1 include Makefile.rules `````````` </details> https://github.com/llvm/llvm-project/pull/112357 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits