Skip to content

Commit

Permalink
Add @chrisbazley's fork of clang
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Dec 12, 2024
1 parent 7f3a0bc commit e572a09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ p1974-trunk)
VERSION=p1974-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
chrisbazley-trunk)
URL=https://github.com/chrisbazley/llvm-project.git
VERSION=chrisbazley-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
rocm-*)
if [[ "${VERSION#rocm-}" == "trunk" ]]; then
BRANCH=amd-staging
Expand Down

0 comments on commit e572a09

Please sign in to comment.