Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / macosx / skinny-corefile / Makefile
blobefe37f3d2b8b2f0ea1cdd035e6f2056a5d111fba
1 LD_EXTRAS = -L. -lto-be-removed -lpresent
2 C_SOURCES = main.c
4 include Makefile.rules
6 a.out: libto-be-removed libpresent
8 libto-be-removed: libpresent
9 $(MAKE) -f $(MAKEFILE_RULES) \
10 DYLIB_ONLY=YES DYLIB_C_SOURCES=to-be-removed.c DYLIB_NAME=to-be-removed \
11 LD_EXTRAS="-L. -lpresent"
13 libpresent:
14 $(MAKE) -f $(MAKEFILE_RULES) \
15 DYLIB_ONLY=YES DYLIB_C_SOURCES=present.c DYLIB_NAME=present