Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / objc / objc-ivar-stripped / Makefile
blob8b63215d6d9da634807d616b8352a880823ac404
1 OBJC_SOURCES := main.m
2 LD_EXTRAS := -lobjc -framework Foundation
4 all: a.out.stripped
6 include Makefile.rules
8 a.out.stripped: a.out.dSYM
9 strip -o a.out.stripped a.out
10 ifneq "$(CODESIGN)" ""
11 $(CODESIGN) -fs - a.out.stripped
12 endif