correctly, and added a testcase to check that it works. The main problem here is that Objective-C class method selectors are external references stored in a special data structure in the LLVM IR module for an expression. I just had to extract them and ensure that the real class object locations were properly resolved. llvm-svn: 143520
7 lines
129 B
Makefile
7 lines
129 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := class.m
|
|
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|