Skip to content

Commit e572a09

Browse files
committed
Add @chrisbazley's fork of clang
1 parent 7f3a0bc commit e572a09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/build.sh

+5
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ p1974-trunk)
186186
VERSION=p1974-trunk-$(date +%Y%m%d)
187187
LLVM_ENABLE_RUNTIMES+=";libunwind"
188188
;;
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+
;;
189194
rocm-*)
190195
if [[ "${VERSION#rocm-}" == "trunk" ]]; then
191196
BRANCH=amd-staging

0 commit comments

Comments
 (0)