Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / objc / objc-optimized / Makefile
blob5fb128dcc7e9199c07f8753dd4ffb275d4dbd81c
1 OBJC_SOURCES := main.m
3 CFLAGS ?= -arch $(ARCH) -g -O2
4 LD_EXTRAS := -lobjc -framework Foundation
6 include Makefile.rules