(actually, mainly just hooked up support that was already there). Added a test case, although it's expected to fail right now unless you're using top-of-tree LLVM. llvm-svn: 157220
8 lines
103 B
Makefile
8 lines
103 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
CXXFLAGS = -std=c++11
|
|
|
|
include $(LEVEL)/Makefile.rules
|