Sean Callanan ce8af862ae Added support for rvalue references in debug information
(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
2012-05-21 23:31:51 +00:00

8 lines
103 B
Makefile

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