File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -361,6 +361,7 @@ jobs:
361361 cmake -G Ninja -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} `
362362 -DUSE_CLING=ON `
363363 -DUSE_REPL=OFF `
364+ -DBUILD_SHARED_LIBS=ON `
364365 -DCling_DIR="$env:LLVM_BUILD_DIR\tools\cling" `
365366 -DLLVM_DIR="$env:LLVM_BUILD_DIR" `
366367 -DLLVM_ENABLE_WERROR=On `
@@ -372,6 +373,7 @@ jobs:
372373 cmake -G Ninja -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} `
373374 -DLLVM_DIR="$env:LLVM_BUILD_DIR\lib\cmake\llvm" `
374375 -DLLVM_ENABLE_WERROR=On `
376+ -DBUILD_SHARED_LIBS=ON `
375377 -DLLVM_BUILD_LLVM_DYLIB_VIS=On -DLLVM_LINK_LLVM_DYLIB=On -DCLANG_LINK_CLANG_DYLIB=On `
376378 -DClang_DIR="$env:LLVM_BUILD_DIR\lib\cmake\clang" -DCODE_COVERAGE=${{ env.CODE_COVERAGE }} -DCMAKE_INSTALL_PREFIX="$env:CPPINTEROP_DIR" ..\
377379 cmake --build . --config ${{ env.BUILD_TYPE }} --target googletest --parallel ${{ env.ncpus }}
You can’t perform that action at this time.
0 commit comments