diff --git a/build/build.sh b/build/build.sh index 3419f2a..fcce91d 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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