Files
clang-p2996/lldb/test/lang/c/modules/Makefile
Sean Callanan 2974e27682 Added a C language test case that verifies that
DWARF types and types from modules can coexist even
if they have the same name and refer to two different
things.

<rdar://problem/18805055>

llvm-svn: 233988
2015-04-03 00:24:32 +00:00

6 lines
76 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules