[Lldb-commits] [lldb] r235346 - Add Makefile for typedef_array
    Ying Chen 
    chying at google.com
       
    Mon Apr 20 13:34:31 PDT 2015
    
    
  
Author: chying
Date: Mon Apr 20 15:34:31 2015
New Revision: 235346
URL: http://llvm.org/viewvc/llvm-project?rev=235346&view=rev
Log:
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
Modified:
    lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile
Modified: 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=235346&r1=235345&r2=235346&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile (original)
+++ lldb/trunk/test/functionalities/data-formatter/typedef_array/Makefile Mon Apr 20 15:34:31 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