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 7f3a0bc commit e572a09Copy full SHA for e572a09
build/build.sh
@@ -186,6 +186,11 @@ p1974-trunk)
186
VERSION=p1974-trunk-$(date +%Y%m%d)
187
LLVM_ENABLE_RUNTIMES+=";libunwind"
188
;;
189
+chrisbazley-trunk)
190
+ URL=https://github.com/chrisbazley/llvm-project.git
191
+ VERSION=chrisbazley-trunk-$(date +%Y%m%d)
192
+ LLVM_ENABLE_RUNTIMES+=";libunwind"
193
+ ;;
194
rocm-*)
195
if [[ "${VERSION#rocm-}" == "trunk" ]]; then
196
BRANCH=amd-staging
0 commit comments