summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2008-11-25 04:23:36 +0000
committerOscar Fuentes <ofv@wanadoo.es>2008-11-25 04:23:36 +0000
commit669db413fff012cf050100482b6539a65664ba3f (patch)
treed8f7001b7565afccfaa6399c295c3ceefac0bd92
parent3ff3cf5f21b9330719db52573adc9ebe2c91c0c9 (diff)
downloadbcm5719-llvm-669db413fff012cf050100482b6539a65664ba3f.tar.gz
bcm5719-llvm-669db413fff012cf050100482b6539a65664ba3f.zip
CMake: Documented two cmake variables.
llvm-svn: 60008
-rw-r--r--llvm/docs/CMake.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CMake.html b/llvm/docs/CMake.html
index f6ea6668063..5a088c25f32 100644
--- a/llvm/docs/CMake.html
+++ b/llvm/docs/CMake.html
@@ -213,6 +213,12 @@
<dd>Path where LLVM will be installed if "make install" is invoked
or the "INSTALL" target is built.</dd>
+ <dt><b>CMAKE_C_FLAGS</b>:STRING</dt>
+ <dd>Extra flags to use when compiling C source files.</dd>
+
+ <dt><b>CMAKE_CXX_FLAGS</b>:STRING</dt>
+ <dd>Extra flags to use when compiling C++ source files.</dd>
+
<dt><b>BUILD_SHARED_LIBS</b>:BOOL</dt>
<dd>Flag indicating is shared libraries will be built. Its default
value is OFF. Shared libraries are not supported on Windows and
OpenPOWER on IntegriCloud