https://github.com/zeroomega created https://github.com/llvm/llvm-project/pull/112598
This change partially reverts #112357 to avoid test failures on machines which do not have gcc installed. Test run: https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci.shadow/lldb-linux-x64/b8733897350805827393/overview >From ed278f5158b36b54a5bd11a6c2adf38ac83a732d Mon Sep 17 00:00:00 2001 From: Haowei Wu <hao...@google.com> Date: Wed, 16 Oct 2024 11:24:34 -0700 Subject: [PATCH] [lldb] Use system c++ lib for stl libs This change partially reverts #112357 to avoid test failures on machines which do not have gcc installed. --- lldb/test/API/lang/cpp/stl/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lldb/test/API/lang/cpp/stl/Makefile b/lldb/test/API/lang/cpp/stl/Makefile index 4408691f01b701..8534fa9b00209e 100644 --- a/lldb/test/API/lang/cpp/stl/Makefile +++ b/lldb/test/API/lang/cpp/stl/Makefile @@ -1,9 +1,5 @@ CXX_SOURCES := main.cpp -ifneq ($(OS),Darwin) - USE_LIBSTDCPP := 1 -else - USE_SYSTEM_STDLIB := 1 -endif +USE_SYSTEM_STDLIB := 1 include Makefile.rules _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits