Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / c / tls_globals / Makefile
blobb26ce5c8b144923978bd2a2d9e5abd517bd3bb47
1 C_SOURCES := main.c
3 DYLIB_NAME := a
4 DYLIB_C_SOURCES := a.c
6 ENABLE_THREADS := YES
8 include Makefile.rules