Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / objcxx / class-name-clash / Makefile
blobb2c98c223e7244079912a314a9c72fb646aeab72
1 OBJCXX_SOURCES := main.mm myobject.mm
2 include Makefile.rules
4 # myobject.o needs to be built without debug info
5 myobject.o: myobject.mm
6 $(CXX) $(CFLAGS_NO_DEBUG) -c -o $@ $<