summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/linux/mix-dwo-and-regular-objects/Makefile
blob: 7cfad32f8272ce597d7595c8f9b3d61ee20dd677 (plain)
1
2
3
4
5
6
7
8
9
10
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
OpenPOWER on IntegriCloud