Files
clang-p2996/lldb/test/functionalities/expr-doesnt-deadlock/Makefile
Jason Molenda 28826a491c Patch from Dan Malea daniel.malea@gmail.com to add some required
flags to the Linux makefiles to get the tests to run.

llvm-svn: 167600
2012-11-08 23:50:33 +00:00

7 lines
103 B
Makefile

LEVEL = ../../make
CFLAGS_EXTRAS := -lpthread
C_SOURCES := locking.c
include $(LEVEL)/Makefile.rules