[Lldb-commits] [lldb] r123463 - /lldb/trunk/test/make/Makefile.rules

Johnny Chen johnny.chen at apple.com
Fri Jan 14 12:55:13 PST 2011


Author: johnny
Date: Fri Jan 14 14:55:13 2011
New Revision: 123463

URL: http://llvm.org/viewvc/llvm-project?rev=123463&view=rev
Log:
Added comments.

Modified:
    lldb/trunk/test/make/Makefile.rules

Modified: lldb/trunk/test/make/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/make/Makefile.rules?rev=123463&r1=123462&r2=123463&view=diff
==============================================================================
--- lldb/trunk/test/make/Makefile.rules (original)
+++ lldb/trunk/test/make/Makefile.rules Fri Jan 14 14:55:13 2011
@@ -19,6 +19,9 @@
 
 #----------------------------------------------------------------------
 # CC defaults to gcc.
+# See also these functions:
+#   o cxx_compiler
+#   o cxx_linker
 #----------------------------------------------------------------------
 CC ?= gcc
 ifeq "$(CC)" "cc"





More information about the lldb-commits mailing list