[mlir][PDLL] Allow (and ignore) `-D` tablegen macros. (#124166)
[llvm-project.git] / lldb / test / API / lang / objc / objc-ivar-stripped / Makefile
blobeed66d2a965d11ade22a64894d2eddcb3d0e0a92
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