rdar://problem/8464339 test/types directory: b basic_type.cpp:171 does not work, while gdb does work It tests that 'breakpoint set -f basic_type.cpp:176' works when int.cpp #include's basic_type.cpp. llvm-svn: 118038
6 lines
73 B
Makefile
6 lines
73 B
Makefile
LEVEL = ../make
|
|
|
|
CXX_SOURCES := int.cpp
|
|
|
|
include $(LEVEL)/Makefile.rules
|