As requested in http://reviews.llvm.org/D7545 this change moves test/tools/lldb-gdbserver to test/tools/lldb-server ot match the name of the target being tested. Differential Revision: http://reviews.llvm.org/D8061 llvm-svn: 231479
9 lines
176 B
Makefile
9 lines
176 B
Makefile
LEVEL = ../../make
|
|
|
|
CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS
|
|
ENABLE_THREADS := YES
|
|
CXX_SOURCES := main.cpp
|
|
MAKE_DSYM :=NO
|
|
|
|
include $(LEVEL)/Makefile.rules
|