From 34888816e802fb83a84ca0c7cc7b7a21d9fcd764 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Sun, 16 Aug 2009 21:01:16 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 1 - docs/CMake.html | 4 ---- 2 files changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30671181089..ae858f57945 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) diff --git a/docs/CMake.html b/docs/CMake.html index d78c386f69b..1ef7abeef2a 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. -
LLVM_PLO_FLAGS:STRING
-
Extra flags for creating partially linked objects. Visual C++ - does not use this.
-
LLVM_TABLEGEN:STRING
Full path to a native TableGen executable (usually named tblgen). This is intented for cross-compiling: if the