Files
clang-p2996/lldb/test/API/commands/expression/no-deadlock/Makefile
Pavel Labath a49d5e976e [lldb/test] Remove superfluous -std=c++11 from tests
We default to that anyway. It does not work on windows, and since
ac7747e, the flag actually takes effect.
2022-05-09 20:04:14 +02:00

5 lines
73 B
Makefile

CXX_SOURCES := locking.cpp
ENABLE_THREADS := YES
include Makefile.rules