Skip to content

Commit c740817

Browse files
author
kr-2003
committed
patch bug resolved
1 parent 1e88c63 commit c740817

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/Build_LLVM/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ runs:
4343
ninja LLVMOrcDebugging -j ${{ env.ncpus }}
4444
ninja clingInterpreter -j ${{ env.ncpus }}
4545
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
4650
cd build
4751
cmake -DLLVM_ENABLE_PROJECTS="${{ matrix.llvm_enable_projects}}" \
4852
-DLLVM_TARGETS_TO_BUILD="${{ matrix.llvm_targets_to_build }}" \

0 commit comments

Comments
 (0)