Skip to content

Commit 2f2ab10

Browse files
committed
[lldb] Use system c++ lib for LLDB STL tests
This change partially reverts #112357 to avoid LLDB STL test failures on machines which do not have gcc installed.
1 parent b238c2b commit 2f2ab10

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lldb/test/API/lang/cpp/stl/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
CXX_SOURCES := main.cpp
22

3-
ifneq ($(OS),Darwin)
4-
USE_LIBSTDCPP := 1
5-
else
6-
USE_SYSTEM_STDLIB := 1
7-
endif
8-
93
include Makefile.rules

0 commit comments

Comments
 (0)