From 55f0a8f1368031f6b82b201ba281fdb53a6b1a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hana=20Dus=C3=ADkov=C3=A1?= Date: Tue, 30 Jul 2024 00:15:48 +0200 Subject: [PATCH] Add p3367 (constexpr coroutines) (#70) --- build/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/build.sh b/build/build.sh index 5f29720..02a4b14 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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