Files
clang-p2996/lldb/test/lang/objc/modules-incomplete/Makefile
Sean Callanan 8505434011 Added a testcase that covers loading a module and
verifying that the types from that module don't
override types from DWARF.  Also added a target setting
to LLDB so we can tell Clang where to look for these
local modules.

<rdar://problem/18805055>

llvm-svn: 234016
2015-04-03 15:39:47 +00:00

9 lines
153 B
Makefile

LEVEL = ../../../make
OBJC_SOURCES := main.m myModule.m
include $(LEVEL)/Makefile.rules
CFLAGS += -fmodules -I$(PWD)
LDFLAGS += -framework Foundation