llvm/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/require_hw_breakpoints/Makefile

C_SOURCES := main.c

ifneq (,$(findstring icc,$(CC)))
    CFLAGS_EXTRAS := -debug inline-debug-info
endif

include Makefile.rules