Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / macosx / macCatalystAppMacOSFramework / Makefile
blobb24fe3f574ccfc21f661582bd7c40f4cc94adc87
1 C_SOURCES := main.c
2 LD_EXTRAS := -L. -lfoo
4 override TRIPLE := $(ARCH)-apple-ios13.0-macabi
5 CFLAGS_EXTRAS := -target $(TRIPLE)
7 # FIXME: rdar://problem/54986190
8 override CC=xcrun clang
10 all: libfoo.dylib a.out
12 libfoo.dylib: foo.c
13 $(MAKE) -f $(MAKEFILE_RULES) \
14 DYLIB_ONLY=YES DYLIB_NAME=foo DYLIB_C_SOURCES=foo.c
16 include Makefile.rules