Add usage examples of recently added functionality.

llvm-svn: 147907
This commit is contained in:
Johnny Chen 2012-01-11 01:42:58 +00:00
parent 285e4b22f5
commit e9f97704ea
1 changed files with 6 additions and 0 deletions

View File

@ -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