Test commit: added comment to tools makefile.

Comment indicates where linux x86_64 lldb-gdbserver
will soon be added to Makefile builds.

llvm-svn: 197318
This commit is contained in:
Todd Fiala 2013-12-14 07:21:51 +00:00
parent e82947539e
commit 3d782a5410
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
LLDB_LEVEL := ..
include $(LLDB_LEVEL)/../../Makefile.config
# tfiala test commit: will include lldb-gdbserver for linux x86_64 soon.
ifneq ($(HOST_OS),MingW)
DIRS := driver lldb-platform
endif