[Lldb-commits] [PATCH] D13147: [TestCppIncompleteTypes] Handle different archs when building a.o.

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 24 15:19:03 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL248547: [TestCppIncompleteTypes] Handle different archs when building a.o. (authored by sivachandra).

Changed prior to commit:
  http://reviews.llvm.org/D13147?vs=35678&id=35679#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13147

Files:
  lldb/trunk/test/lang/cpp/incomplete-types/Makefile

Index: lldb/trunk/test/lang/cpp/incomplete-types/Makefile
===================================================================
--- lldb/trunk/test/lang/cpp/incomplete-types/Makefile
+++ lldb/trunk/test/lang/cpp/incomplete-types/Makefile
@@ -28,7 +28,7 @@
 	$(CXX) $(CFLAGS_NO_LIMIT) length.cpp -o length_nolimit.o
 
 a.o: a.cpp
-	$(CXX) -c a.cpp -o a.o
+	$(CXX) $(CFLAGS_NO_DEBUG) -c a.cpp -o a.o
 
 clean: OBJECTS += limit nolimit length_limit.o length_nolimit.o
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13147.35679.patch
Type: text/x-patch
Size: 465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150924/6a3d1b2c/attachment.bin>


More information about the lldb-commits mailing list