Skip to content

Commit

Permalink
Added p2998 (deducing more template arguments from a function call) (#77
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Bekenn authored Dec 3, 2024
1 parent f4cec5f commit 1d71d73
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 @@ -130,6 +130,12 @@ bb-p2996-trunk)
VERSION=bb-p2996-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
p2998-trunk)
BRANCH=p2998
URL=https://github.com/Bekenn/llvm-project
VERSION=p2998-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
p3068-trunk)
BRANCH=P3068-constexpr-exceptions
URL=https://github.com/hanickadot/llvm-project
Expand Down

0 comments on commit 1d71d73

Please sign in to comment.