forked from OSchip/llvm-project
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:
parent
e82947539e
commit
3d782a5410
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue