Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / objc / rdar-12408181 / Makefile
blob919000e6402f131bd1be2e06cd687dfc311d97a6
1 OBJC_SOURCES := main.m
3 include Makefile.rules
5 ifneq (,$(findstring arm,$(ARCH)))
6 LD_EXTRAS = -framework Foundation -framework UIKit
7 else
8 LD_EXTRAS = -framework Foundation -framework Cocoa
9 endif