This fixes a bug in -gmodules DWARF handling when debugging without a .dSYM bundle that was particularly noticable when debugging LLVM itself. Debugging without clang modules and DWO handling should be unaffected by this patch. <rdar://problem/32436209> llvm-svn: 321802
7 lines
125 B
Makefile
7 lines
125 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES = main.cpp
|
|
# CFLAGS_EXTRAS += $(MODULE_DEBUG_INFO_FLAGS)
|
|
|
|
include $(LEVEL)/Makefile.rules
|