summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYing Chen <chying@google.com>2015-04-20 20:34:31 +0000
committerYing Chen <chying@google.com>2015-04-20 20:34:31 +0000
commit1ff46f2060c7d4de3dde8851dbd9deba66232070 (patch)
tree04fe22be9a8d59db304b794b7e12ef7a9aefdb55
parentd89ef16aa95691d7437f1273ce640b189e9e7909 (diff)
downloadbcm5719-llvm-1ff46f2060c7d4de3dde8851dbd9deba66232070.tar.gz
bcm5719-llvm-1ff46f2060c7d4de3dde8851dbd9deba66232070.zip
Add Makefile for typedef_array
-Makefile was deleted by r235313 causing test failure of TestTypedefArray.py, add it back Summary: -Makefile was deleted by r235313 causing test failure of TestTypedefArray.py, add it back Test Plan: Run lldb test locally with change, TestTypedefArray.py passed and no regression observed. Reviewers: chaoren, sivachandra, vharron Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D9119 llvm-svn: 235346
-rw-r--r--lldb/test/functionalities/data-formatter/typedef_array/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/functionalities/data-formatter/typedef_array/Makefile b/lldb/test/functionalities/data-formatter/typedef_array/Makefile
index e69de29bb2d..3e2b0187b95 100644
--- a/lldb/test/functionalities/data-formatter/typedef_array/Makefile
+++ b/lldb/test/functionalities/data-formatter/typedef_array/Makefile
@@ -0,0 +1,4 @@
+LEVEL = ../../../make
+CXX_SOURCES := main.cpp
+CXXFLAGS += -std=c++11
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud