Files
clang-p2996/lldb/test/API/functionalities/thread/state_after_expression/Makefile
Jim Ingham f4d4273265 Add a test for preserving state on the non-expr thread across expression evaluation.
There may be another test that tests this but I couldn't find one.
2020-06-03 14:30:35 -07:00

7 lines
99 B
Makefile

CXX_SOURCES := main.cpp
CFLAGS_EXTRAS := -std=c++11
ENABLE_THREADS := YES
include Makefile.rules