Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / functionalities / tsan / cpp_global_location / Makefile
blob5f671971d593c4c43867aeb1eb0d2ede08f69015
1 CXX_SOURCES := main.cpp
2 CFLAGS_EXTRAS := -fsanitize=thread -g
4 include Makefile.rules