Skip to content

Commit 0a5d874

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/Build_LLVM/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ runs:
4343
ninja LLVMOrcDebugging -j ${{ env.ncpus }}
4444
ninja clingInterpreter -j ${{ env.ncpus }}
4545
else
46+
llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr
4647
if [[ "${{ matrix.oop-jit }}" == "On" && "${llvm_vers}" == "20" ]]; then
4748
git apply -v ../patches/llvm/clang20-1-out-of-process.patch
4849
echo "Apply clang20-1-out-of-process.patch:"

0 commit comments

Comments
 (0)