We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e88c63 commit c740817Copy full SHA for c740817
.github/actions/Build_LLVM/action.yml
@@ -43,6 +43,10 @@ runs:
43
ninja LLVMOrcDebugging -j ${{ env.ncpus }}
44
ninja clingInterpreter -j ${{ env.ncpus }}
45
else
46
+ if [[ "${{ matrix.oop-jit }}" == "On" && "${llvm_vers}" == "20" ]]; then
47
+ git apply -v ../patches/llvm/clang20-1-out-of-process.patch
48
+ echo "Apply clang20-1-out-of-process.patch:"
49
+ fi
50
cd build
51
cmake -DLLVM_ENABLE_PROJECTS="${{ matrix.llvm_enable_projects}}" \
52
-DLLVM_TARGETS_TO_BUILD="${{ matrix.llvm_targets_to_build }}" \
0 commit comments