[Lldb-commits] [lldb] r333466 - [ObjC] Add a Makefile for the test added in r333465.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Tue May 29 15:20:05 PDT 2018


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




More information about the lldb-commits mailing list