Skip to content

Commit

Permalink
Add p3367 (constexpr coroutines) (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanickadot authored Jul 29, 2024
1 parent 0f6abd3 commit 55f0a8f
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 @@ -139,6 +139,12 @@ p3309-trunk)
VERSION=p3309-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
p3367-trunk)
BRANCH=P3367-constexpr-coroutines
URL=https://github.com/hanickadot/llvm-project
VERSION=p3367-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
dascandy-contracts-trunk)
BRANCH=add-contracts
URL=https://github.com/dascandy/llvm-project
Expand Down

0 comments on commit 55f0a8f

Please sign in to comment.