Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / c / full_lto_stepping / Makefile
blob395410b18f93d535d8b2661ea0ce2b342c1d53de
1 C_SOURCES := main.c foo.c
2 CFLAGS_EXTRAS = -flto=full -Wl,-object_path_lto -Wl,$(BUILDDIR)/lto.o
4 include Makefile.rules