Skip to content

Commit

Permalink
Add p1974
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Jun 29, 2024
1 parent 64e557e commit baf0df5
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 @@ -138,6 +138,11 @@ dascandy-contracts-trunk)
VERSION=dascandy-contracts-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
p1974-trunk)
BRANCH=godbolt/propconst
URL=https://github.com/je4d/llvm-project
VERSION=p1974-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
rocm-*)
if [[ "${VERSION#rocm-}" == "trunk" ]]; then
BRANCH=amd-staging
Expand Down

0 comments on commit baf0df5

Please sign in to comment.