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 69cc9f4 commit e7807c4Copy full SHA for e7807c4
.github/actions/Build_LLVM/action.yml
@@ -43,7 +43,8 @@ runs:
43
ninja LLVMOrcDebugging -j ${{ env.ncpus }}
44
ninja clingInterpreter -j ${{ env.ncpus }}
45
else
46
- if [[ "${{ matrix.oop-jit }}" == "On" ]]; then
+ llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr '[:lower:]' '[:upper:]')
47
+ if [[ "${{ matrix.oop-jit }}" == "On" && "${llvm_vers}" == "20" ]]; then
48
git apply -v ../patches/llvm/clang20-1-out-of-process.patch
49
echo "Apply clang20-1-out-of-process.patch:"
50
fi
0 commit comments