not find multiple functions with the same name but different types. Now we keep track of what types we've already reported for a function and only elide functions if we've already reported a conflicting one. Also added a test case. <rdar://problem/11367837> llvm-svn: 180167
6 lines
106 B
Makefile
6 lines
106 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp static-a.cpp static-b.cpp
|
|
|
|
include $(LEVEL)/Makefile.rules
|