Check-in generated test makefiles

for rationale, see D7407.

llvm-svn: 228314
This commit is contained in:
Pavel Labath 2015-02-05 17:03:22 +00:00
parent 648cced01c
commit ef0d0c65f0
5 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,4 @@
LEVEL = ../../../../../make
CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
include $(LEVEL)/Makefile.rules

View File

@ -0,0 +1,4 @@
LEVEL = ../../../make
CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
include $(LEVEL)/Makefile.rules

View File

@ -0,0 +1,4 @@
LEVEL = ../../../make
CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
include $(LEVEL)/Makefile.rules

View File

@ -0,0 +1,3 @@
LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules

View File

@ -0,0 +1,4 @@
LEVEL = ../../make
CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
include $(LEVEL)/Makefile.rules