From 3d782a541000e3d9e68ed6860061ff84fbea302b Mon Sep 17 00:00:00 2001 From: Todd Fiala Date: Sat, 14 Dec 2013 07:21:51 +0000 Subject: [PATCH] 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 --- lldb/tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/tools/Makefile b/lldb/tools/Makefile index 4245082f33ae..f82511db4531 100644 --- a/lldb/tools/Makefile +++ b/lldb/tools/Makefile @@ -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