[Lldb-commits] [lldb] r197318 - Test commit: added comment to tools makefile.
Todd Fiala
tfiala at google.com
Fri Dec 13 23:21:51 PST 2013
Author: tfiala
Date: Sat Dec 14 01:21:51 2013
New Revision: 197318
URL: http://llvm.org/viewvc/llvm-project?rev=197318&view=rev
Log:
Test commit: added comment to tools makefile.
Comment indicates where linux x86_64 lldb-gdbserver
will soon be added to Makefile builds.
Modified:
lldb/trunk/tools/Makefile
Modified: lldb/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/Makefile?rev=197318&r1=197317&r2=197318&view=diff
==============================================================================
--- lldb/trunk/tools/Makefile (original)
+++ lldb/trunk/tools/Makefile Sat Dec 14 01:21:51 2013
@@ -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
More information about the lldb-commits
mailing list