Files
clang-p2996/lldb/test/lang/objc/objc-struct-argument/Makefile
Sean Callanan 94482840f5 Added a testcase that checks that struct arguments
are passed to Objective-C methods correctly.

llvm-svn: 234351
2015-04-07 20:33:10 +00:00

7 lines
128 B
Makefile

LEVEL = ../../../make
OBJC_SOURCES := test.m
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
include $(LEVEL)/Makefile.rules