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 0a5d874 commit baaf759Copy full SHA for baaf759
.github/actions/Build_LLVM/action.yml
@@ -43,7 +43,7 @@ runs:
43
ninja LLVMOrcDebugging -j ${{ env.ncpus }}
44
ninja clingInterpreter -j ${{ env.ncpus }}
45
else
46
- llvm_vers=$(echo "${{ matrix.clang-runtime }}" | tr
+ 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:"
0 commit comments