[Lldb-commits] [lldb] r233797 - Add missing makefile got test case
Tamas Berghammer
tberghammer at google.com
Wed Apr 1 03:48:10 PDT 2015
Author: tberghammer
Date: Wed Apr 1 05:48:10 2015
New Revision: 233797
URL: http://llvm.org/viewvc/llvm-project?rev=233797&view=rev
Log:
Add missing makefile got test case
Added:
lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile
Added: lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile?rev=233797&view=auto
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile (added)
+++ lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile Wed Apr 1 05:48:10 2015
@@ -0,0 +1,4 @@
+LEVEL = ../../../make
+CXX_SOURCES := main.cpp
+CXXFLAGS += -std=c++11
+include $(LEVEL)/Makefile.rules
More information about the lldb-commits
mailing list