the containing class so that direct ivar access will work in the expression parser. <rdar://problem/9797999> llvm-svn: 167061
7 lines
146 B
Makefile
7 lines
146 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := ivars-in-blocks.m main.m
|
|
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|