Skip to content

Commit

Permalink
LLVM+Clang: handle new options / remove old options (#2314).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Apr 1, 2020
1 parent 62afa82 commit 6f30b98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/plugins/thirdParty/LLVMClang/CMakeLists.txt
Expand Up @@ -104,16 +104,21 @@ else()
CMAKE_GENERATOR
${CMAKE_GENERATOR}
CMAKE_ARGS
-DBENCHMARK_ENABLE_ASSEMBLY_TEST=OFF
-DCLANG_BUILD_TOOLS=OFF
-DCLANG_ENABLE_ARCMT=OFF
-DCLANG_ENABLE_STATIC_ANALYZER=OFF
-DCLANG_INCLUDE_DOCS=OFF
-DCLANG_INCLUDE_TESTS=OFF
-DCLANG_INSTALL_SCANBUILD=OFF
-DCLANG_INSTALL_SCANVIEW=OFF
-DCLANG_PLUGIN_SUPPORT=OFF
-DCLANG_TOOL_HANDLE_CXX_BUILD=OFF
-DCLANG_TOOL_HANDLE_LLVM_BUILD=OFF
${CMAKE_ARGS}
-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
-DCMAKE_INSTALL_PREFIX:PATH=<INSTALL_DIR>
-DLLVMCLANG_BUILD_SHARED_LIB=ON
-DLLVM_BUILD_LLVM_C_DYLIB=OFF
-DLLVM_BUILD_RUNTIME=OFF
-DLLVM_BUILD_RUNTIMES=OFF
-DLLVM_BUILD_UTILS=OFF
Expand Down

0 comments on commit 6f30b98

Please sign in to comment.