summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/objcxx/class-name-clash/Makefile
blob: 579600704dcdfd568ae301b2c058d2768378742d (plain)
1
2
3
4
5
6
7
LEVEL = ../../../make
OBJCXX_SOURCES := main.mm myobject.mm
include $(LEVEL)/Makefile.rules

# myobject.o needs to be built without debug info
myobject.o: myobject.mm
	$(CXX) -c -o $@ $<
OpenPOWER on IntegriCloud