[ObjC] Add a Makefile for the test added in r333465.

Not strictly necessary, but makes the test more robust in case
we end up changing the defaults.

<rdar://problem/40622096>

llvm-svn: 333466
This commit is contained in:
Davide Italiano 2018-05-29 22:20:05 +00:00
parent d9b9c919bc
commit 6592c7c921
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
LEVEL = ../../../make
OBJC_SOURCES := main.m
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
include $(LEVEL)/Makefile.rules