teak-llvm/lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/Makefile
Davide Italiano 98f0021dd3 [lldb] Enable debugging of binaries with mixed (splitted/regular) dwarf
This recommits the patch, now that I verified that the bot instability
is due to something else. Sorry for the noise.

llvm-svn: 323879
2018-01-31 15:17:47 +00:00

11 lines
163 B
Makefile

LEVEL := ../../make
C_SOURCES := a.c b.c
a.o: CFLAGS_EXTRAS += -gsplit-dwarf
include $(LEVEL)/Makefile.rules
.PHONY: clean
clean::
$(RM) -f a.dwo a.o b.o main