Skip to content

Commit 29326de

Browse files
committed
[lldb][test] Fix TestStdCXXDisassembly test
The path llvm#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.
1 parent 854ded9 commit 29326de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CXX_SOURCES := main.cpp
22

3-
USE_SYSTEM_STDLIB := 1
3+
USE_LIBSTDCPP := 1
44

55
include Makefile.rules

0 commit comments

Comments
 (0)