diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-01-11 01:59:55 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-01-11 01:59:55 +0000 |
commit | 4876b5fccd3fd7fe0c73ed6f648e14d88e718e68 (patch) | |
tree | 906fa178ca7b2a8b3f87b1c2c75dc9fcac70f7d3 | |
parent | 8b35334e0cdac682bae07f7f2a83522076263474 (diff) | |
download | bcm5719-llvm-4876b5fccd3fd7fe0c73ed6f648e14d88e718e68.tar.gz bcm5719-llvm-4876b5fccd3fd7fe0c73ed6f648e14d88e718e68.zip |
Add more usage examples.
llvm-svn: 147909
-rw-r--r-- | lldb/test/make/Makefile.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/make/Makefile.rules b/lldb/test/make/Makefile.rules index 75f99900af3..8963ae6ff4b 100644 --- a/lldb/test/make/Makefile.rules +++ b/lldb/test/make/Makefile.rules @@ -12,6 +12,10 @@ # the building of the a.out executable program. For example, # DYLIB_ONLY := YES # +# And also might be of interest: +# FRAMEWORK_INCLUDES (Darwin only) := +# CFLAGS_EXTRAS := +# LD_EXTRAS := # Uncomment line below for debugging shell commands # SHELL = /bin/sh -x |