[AVX512] Fix copy-and-paste bugs in vpermil
[oota-llvm.git] / CMakeLists.txt
index cc8dd0133c09de90d30cbf5c7a02b0f5353ca277..b4eac034ae79d69b3561ab685569aaab15023184 100644 (file)
@@ -302,6 +302,8 @@ option (LLVM_ENABLE_SPHINX "Use Sphinx to generate llvm documentation." OFF)
 option (LLVM_BUILD_EXTERNAL_COMPILER_RT
   "Build compiler-rt as an external project." OFF)
 
+option(LLVM_BUILD_LLVM_DYLIB "Build libllvm dynamic library" OFF)
+
 # All options referred to from HandleLLVMOptions have to be specified
 # BEFORE this include, otherwise options will not be correctly set on
 # first cmake run