From e9f97704ea7bbe21c1c005892a46157fa1f638a5 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Wed, 11 Jan 2012 01:42:58 +0000 Subject: [PATCH] Add usage examples of recently added functionality. llvm-svn: 147907 --- lldb/test/make/Makefile.rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lldb/test/make/Makefile.rules b/lldb/test/make/Makefile.rules index 80cb409842a1..75f99900af3e 100644 --- a/lldb/test/make/Makefile.rules +++ b/lldb/test/make/Makefile.rules @@ -6,6 +6,12 @@ # OBJC_SOURCES := # OBJCXX_SOURCES := # DYLIB_C_SOURCES := +# DYLIB_CXX_SOURCES := +# +# Specifying DYLIB_ONLY has the effect of building dylib only, skipping +# the building of the a.out executable program. For example, +# DYLIB_ONLY := YES +# # Uncomment line below for debugging shell commands # SHELL = /bin/sh -x -- GitLab