Author: Haowei Date: 2024-10-16T16:34:02-07:00 New Revision: 8f683b552d7a0cf1bdd93f220e2552f9ea0a6b8d
URL: https://github.com/llvm/llvm-project/commit/8f683b552d7a0cf1bdd93f220e2552f9ea0a6b8d DIFF: https://github.com/llvm/llvm-project/commit/8f683b552d7a0cf1bdd93f220e2552f9ea0a6b8d.diff LOG: [lldb] Use system c++ lib for LLDB STL tests (#112598) This change partially reverts #112357 to avoid test failures on machines which do not have gcc installed. Added: Modified: lldb/test/API/lang/cpp/stl/Makefile Removed: ################################################################################ diff --git a/lldb/test/API/lang/cpp/stl/Makefile b/lldb/test/API/lang/cpp/stl/Makefile index 4408691f01b701..99998b20bcb050 100644 --- a/lldb/test/API/lang/cpp/stl/Makefile +++ b/lldb/test/API/lang/cpp/stl/Makefile @@ -1,9 +1,3 @@ CXX_SOURCES := main.cpp -ifneq ($(OS),Darwin) - USE_LIBSTDCPP := 1 -else - USE_SYSTEM_STDLIB := 1 -endif - include Makefile.rules _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits