Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / python_api / value_var_update / Makefile
blob3716c6e29e9900bfb95b3909dcbe1cca34a42e8c
1 C_SOURCES := main.c
2 CFLAGS_EXTRAS := -std=c99
3 # See TestHelloWorld.py, which specifies the executable name with a dictionary.
4 EXE := hello_world
6 include Makefile.rules