Skip to content

Commit

Permalink
cxx-variadic-friends: add ce changes for experimental branch (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrn authored Oct 4, 2023
1 parent 0a6b21d commit 10739ba
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 @@ -110,6 +110,11 @@ reflection-trunk)
URL=https://github.com/matus-chochlik/llvm-project.git
VERSION=reflection-trunk-$(date +%Y%m%d)
;;
variadic-friends-trunk)
BRANCH=cxx-variadic-friends
URL=https://github.com/dancrn/llvm-project.git
VERSION=variadic-friends-$(date +%Y%m%d)
;;
rocm-*)
if [[ "${VERSION#rocm-}" == "trunk" ]]; then
BRANCH=amd-stg-open
Expand Down

0 comments on commit 10739ba

Please sign in to comment.