Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / functionalities / ubsan / basic / Makefile
blobcaa15bff7b816a9aeb51c7c8eb5530f5a0d681ab
1 C_SOURCES := main.c
2 CFLAGS_EXTRAS := -fsanitize=undefined -g -Wno-int-conversion
4 include Makefile.rules