Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / objc / forward-decl / Makefile
blob252dfb69699d12658a4126c84d4364b869e1fe50
1 DYLIB_NAME := Container
2 DYLIB_OBJC_SOURCES := Container.m
3 OBJC_SOURCES := main.m
4 LD_EXTRAS := -lobjc
6 include Makefile.rules