Files
clang-p2996/lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile
Pavel Labath 069b841c2e [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.
2024-09-13 11:18:05 +02:00

5 lines
64 B
Makefile

CXX_SOURCES := main.cpp
USE_LIBCPP := 1
include Makefile.rules