Skip to content

Commit

Permalink
Add @dascandy's contracts branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Jun 3, 2024
1 parent 6dc23ba commit 9cc26f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@ p3068-trunk)
VERSION=p3068-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
dascandy-contracts-trunk)
BRANCH=add-contracts
URL=https://github.com/dascandy/llvm-project
VERSION=dascandy-contracts-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
rocm-*)
if [[ "${VERSION#rocm-}" == "trunk" ]]; then
BRANCH=amd-stg-open
Expand Down

0 comments on commit 9cc26f7

Please sign in to comment.