by respecting the "artificial" attribute on variables. Function arguments that are artificial and useful to end-users are being whitelisted by the language runtime. <rdar://problem/45322477> Differential Revision: https://reviews.llvm.org/D61451 llvm-svn: 359841
7 lines
131 B
Makefile
7 lines
131 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJCXX_SOURCES := main.mm
|
|
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|