From 261e01f262aee8417b5015c4d191213b835550d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hana=20Dus=C3=ADkov=C3=A1?= Date: Fri, 9 Aug 2024 00:33:45 +0200 Subject: [PATCH] Add p3372 (constexpr containers and adaptors) (#71) --- build/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/build.sh b/build/build.sh index 0e2f2f3..7093acf 100755 --- a/build/build.sh +++ b/build/build.sh @@ -146,6 +146,12 @@ p3367-trunk) VERSION=p3367-trunk-$(date +%Y%m%d) LLVM_ENABLE_RUNTIMES+=";libunwind" ;; +p3372-trunk) + BRANCH=P3372-constexpr-containers-and-adaptors + URL=https://github.com/hanickadot/llvm-project + VERSION=p3372-trunk-$(date +%Y%m%d) + LLVM_ENABLE_RUNTIMES+=";libunwind" + ;; dascandy-contracts-trunk) BRANCH=add-contracts URL=https://github.com/dascandy/llvm-project