Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / examples / interposing / darwin / fd_interposing / Makefile
blob20570b1ec320b377a54d76de9486f577309f7e58
1 LEVEL = ../../../../test/make
3 DYLIB_NAME := FDInterposing
4 DYLIB_ONLY := YES
5 DYLIB_CXX_SOURCES := FDInterposing.cpp
7 include $(LEVEL)/Makefile.rules