Add a FIXME for making the symbol emission functions const.
[oota-llvm.git] / CMakeLists.txt
index 551b17828bcc6311ae89828b83e6e7e28f49e3a8..ce952f8997be7b330ecd3038570cfab642467278 100644 (file)
@@ -179,6 +179,7 @@ else( MSVC )
   option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." ON)
 endif()
 
+option(LLVM_ENABLE_CXX11 "Compile with C++11 enabled." OFF)
 option(LLVM_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)
 option(LLVM_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)