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 fcb45ef commit ce1a4aeCopy full SHA for ce1a4ae
.github/workflows/tail-call.yml
@@ -114,7 +114,7 @@ jobs:
114
find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
115
brew install llvm@${{ matrix.llvm }}
116
export SDKROOT="$(xcrun --show-sdk-path)"
117
- export PATH="/opt/homebrew/Cellar/llvm/{{ matrix.llvm }}.1.0:$PATH"
+ export PATH="/opt/homebrew/Cellar/llvm/{{ matrix.llvm }}.1.1:$PATH"
118
export PATH="/usr/local/opt/llvm/bin:$PATH"
119
CC=clang-20 ./configure --with-tail-call-interp
120
make all --jobs 4
0 commit comments