[llvm-commits] [llvm] r158715 - /llvm/trunk/docs/Projects.rst
Bill Wendling
isanbard at gmail.com
Tue Jun 19 02:29:05 PDT 2012
Author: void
Date: Tue Jun 19 04:29:05 2012
New Revision: 158715
URL: http://llvm.org/viewvc/llvm-project?rev=158715&view=rev
Log:
Put flag names on one line.
Modified:
llvm/trunk/docs/Projects.rst
Modified: llvm/trunk/docs/Projects.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Projects.rst?rev=158715&r1=158714&r2=158715&view=diff
==============================================================================
--- llvm/trunk/docs/Projects.rst (original)
+++ llvm/trunk/docs/Projects.rst Tue Jun 19 04:29:05 2012
@@ -290,8 +290,7 @@
Miscellaneous Variables
-----------------------
-``CFLAGS``
-``CPPFLAGS``
+``CFLAGS`` & ``CPPFLAGS``
This variable can be used to add options to the C and C++ compiler,
respectively. It is typically used to add options that tell the compiler
More information about the llvm-commits
mailing list