Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / functionalities / json / symbol-file / Makefile
blobaff841c364299c9ba46bf16f9e9f930aa441e9fb
1 C_SOURCES := main.c
3 all: stripped.out
5 stripped.out : a.out
6 strip a.out -o stripped.out
8 include Makefile.rules