Skip to content

Commit 069b841

Browse files
authored
[lldb] Make sure TestDAP_subtleFrames actually uses libc++ (#108227)
Without this, the binary would still be built with libstdc++, if that's the system/compiler default.
1 parent 1c298c9 commit 069b841

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CXX_SOURCES := main.cpp
2+
USE_LIBCPP := 1
23

34
include Makefile.rules

0 commit comments

Comments
 (0)