[CodeGen][NewPM] Port RegisterCoalescer to NPM (#124698)
[llvm-project.git] / lldb / test / API / functionalities / tsan / thread_leak / Makefile
blob07133cff3589df426daf3fcb982f8a390bbc83a0
1 C_SOURCES := main.c
2 CFLAGS_EXTRAS := -fsanitize=thread -g
4 include Makefile.rules