Skip to content

Commit

Permalink
Add p3309 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanickadot authored Jul 5, 2024
1 parent 1510d14 commit 9627f5a
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 @@ -133,6 +133,12 @@ p3068-trunk)
VERSION=p3068-trunk-$(date +%Y%m%d)
LLVM_ENABLE_RUNTIMES+=";libunwind"
;;
p3309-trunk)
BRANCH=P3309-constexpr-atomic-and-atomic-ref
URL=https://github.com/hanickadot/llvm-project
VERSION=p3309-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 9627f5a

Please sign in to comment.