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 289fddd commit 24deed1Copy full SHA for 24deed1
.github/workflows/tail-call.yml
@@ -114,6 +114,7 @@ jobs:
114
export SDKROOT="$(xcrun --show-sdk-path)"
115
export PATH="/opt/homebrew/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
116
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
117
+ export PATH="/usr/local/opt/llvm@{{ matrix.llvm }}/bin:$PATH"
118
export PATH="/usr/local/opt/llvm/bin:$PATH"
119
CC=clang-19 ./configure --with-tail-call-interp
120
make all --jobs 4
0 commit comments