[llvm] r202556 - [CMake] Remove dead C backend option

Reid Kleckner reid at kleckner.net
Fri Feb 28 14:51:28 PST 2014


Author: rnk
Date: Fri Feb 28 16:51:27 2014
New Revision: 202556

URL: http://llvm.org/viewvc/llvm-project?rev=202556&view=rev
Log:
[CMake] Remove dead C backend option

Patch by Jevin Sweval!

Modified:
    llvm/trunk/CMakeLists.txt

Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=202556&r1=202555&r2=202556&view=diff
==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Fri Feb 28 16:51:27 2014
@@ -150,11 +150,6 @@ set(LLVM_EXPERIMENTAL_TARGETS_TO_BUILD "
 option(BUILD_SHARED_LIBS
   "Build all libraries as shared libraries instead of static" OFF)
 
-option(LLVM_ENABLE_CBE_PRINTF_A "Set to ON if CBE is enabled for printf %a output" ON)
-if(LLVM_ENABLE_CBE_PRINTF_A)
-  set(ENABLE_CBE_PRINTF_A 1)
-endif()
-
 option(LLVM_ENABLE_TIMESTAMPS "Enable embedding timestamp information in build" ON)
 if(LLVM_ENABLE_TIMESTAMPS)
   set(ENABLE_TIMESTAMPS 1)





More information about the llvm-commits mailing list