compile unit, which has an external reference to symbols defined in foo.m, the type query:
in this case, 'expression (NSArray*)array_token'
continues to work.
This test is to accompany http://llvm.org/viewvc/llvm-project?rev=131145&view=rev.
llvm-svn: 131154
8 lines
128 B
Makefile
8 lines
128 B
Makefile
LEVEL = ../../make
|
|
|
|
C_SOURCES := main.c
|
|
OBJC_SOURCES := foo.m
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
LDFLAGS += -framework Foundation
|