[Lldb-commits] [lldb] r221828 - Add a makefile even though it isn't used by the test in case we need to debug it when it fails.

Greg Clayton gclayton at apple.com
Wed Nov 12 15:13:23 PST 2014


Author: gclayton
Date: Wed Nov 12 17:13:23 2014
New Revision: 221828

URL: http://llvm.org/viewvc/llvm-project?rev=221828&view=rev
Log:
Add a makefile even though it isn't used by the test in case we need to debug it when it fails.


Added:
    lldb/trunk/test/lang/objc/objc-runtime-ivars/Makefile

Added: lldb/trunk/test/lang/objc/objc-runtime-ivars/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/objc/objc-runtime-ivars/Makefile?rev=221828&view=auto
==============================================================================
--- lldb/trunk/test/lang/objc/objc-runtime-ivars/Makefile (added)
+++ lldb/trunk/test/lang/objc/objc-runtime-ivars/Makefile Wed Nov 12 17:13:23 2014
@@ -0,0 +1,6 @@
+LEVEL = ../../../make
+
+OBJC_SOURCES := main.m
+LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
+
+include $(LEVEL)/Makefile.rules





More information about the lldb-commits mailing list