Hexagon/LLVMBuild.txt: Prune CRLF.
[oota-llvm.git] / CMakeLists.txt
index f4195ae6346985e8fae082cef1d2b66d42a1beb3..cc8dd0133c09de90d30cbf5c7a02b0f5353ca277 100644 (file)
@@ -208,6 +208,7 @@ else()
   option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." ON)
 endif()
 
+option(LLVM_ENABLE_MODULES "Compile with C++ modules enabled." OFF)
 option(LLVM_ENABLE_CXX1Y "Compile with C++1y enabled." OFF)
 option(LLVM_ENABLE_LIBCXX "Use libc++ if available." OFF)
 option(LLVM_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)