CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS.
authorOscar Fuentes <ofv@wanadoo.es>
Sun, 16 Aug 2009 21:01:16 +0000 (21:01 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sun, 16 Aug 2009 21:01:16 +0000 (21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79204 91177308-0d34-0410-b5e6-96231b3b80d8

CMakeLists.txt
docs/CMake.html

index 3067118108935d5c9138e8958c544201de84a0a4..ae858f579453f4ddd5bffe978ad6e2a90e525512 100644 (file)
@@ -189,7 +189,6 @@ if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 )
     add_llvm_definitions( -m32 )
     list(APPEND CMAKE_EXE_LINKER_FLAGS -m32)
     list(APPEND CMAKE_SHARED_LINKER_FLAGS -m32)
-    set( LLVM_PLO_FLAGS -melf_i386 ${LLVM_PLO_FLAGS} )
   endif( LLVM_BUILD_32_BITS )
 endif( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 )
 
index d78c386f69b452686fe26788b70d1212d790f486..1ef7abeef2a221b69e454d2a12a318ee9a8c50be 100644 (file)
   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