Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / objc / modules-hash-mismatch / Makefile
blob59bf009f68677bdfe3072222e20879f728d09b8e
1 OBJC_SOURCES := main.m
2 CFLAGS_EXTRAS = -I$(BUILDDIR)
3 USE_PRIVATE_MODULE_CACHE = YES
5 .PHONY: update-module
7 all: $(EXE)
8 $(MAKE) -f $(SRCDIR)/Makefile update-module
10 include Makefile.rules
12 update-module:
13 echo "forcing an update of f.pcm"
14 echo "typedef int something_other;" > $(BUILDDIR)/f.h
15 $(CC) $(CFLAGS) $(MANDATORY_MODULE_BUILD_CFLAGS) \
16 -c $(SRCDIR)/other.m -o $(BUILDDIR)/other.o