Author: davide
Date: Tue May 29 15:20:05 2018
New Revision: 333466
URL: http://llvm.org/viewvc/llvm-project?rev=333466&view=rev
Log:
[ObjC] Add a Makefile for the test added in r333465.
Not strictly necessary, but makes the test more robust in case
we end up changing the defaults.
<rdar://problem/40622096>
Added:
lldb/trunk/packages/Python/lldbsuite/test/lang/objc/orderedset/Makefile
Added: lldb/trunk/packages/Python/lldbsuite/test/lang/objc/orderedset/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/objc/orderedset/Makefile?rev=333466&view=auto
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/objc/orderedset/Makefile
(added)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/objc/orderedset/Makefile Tue
May 29 15:20:05 2018
@@ -0,0 +1,6 @@
+LEVEL = ../../../make
+
+OBJC_SOURCES := main.m
+LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
+
+include $(LEVEL)/Makefile.rules
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits