diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-16 21:01:16 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2009-08-16 21:01:16 +0000 |
commit | 34888816e802fb83a84ca0c7cc7b7a21d9fcd764 (patch) | |
tree | 78d4a9cfc5b32fa94686f84f1eff4ef03d431589 /docs/CMake.html | |
parent | c81f56d9ec9e58d68187579af40d0ef645843766 (diff) | |
download | external_llvm-34888816e802fb83a84ca0c7cc7b7a21d9fcd764.zip external_llvm-34888816e802fb83a84ca0c7cc7b7a21d9fcd764.tar.gz external_llvm-34888816e802fb83a84ca0c7cc7b7a21d9fcd764.tar.bz2 |
CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.html')
-rw-r--r-- | docs/CMake.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/CMake.html b/docs/CMake.html index d78c386..1ef7abe 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -273,10 +273,6 @@ option is available only on some 64-bits unix systems. Defaults to OFF.</dd> - <dt><b>LLVM_PLO_FLAGS</b>:STRING</dt> - <dd>Extra flags for creating partially linked objects. Visual C++ - does not use this.</dd> - <dt><b>LLVM_TABLEGEN</b>:STRING</dt> <dd>Full path to a native TableGen executable (usually named <i>tblgen</i>). This is intented for cross-compiling: if the |