From 1d71d739d405379fa1d015960ab085855687497f Mon Sep 17 00:00:00 2001 From: James Touton Date: Tue, 3 Dec 2024 02:59:50 -0800 Subject: [PATCH] Added p2998 (deducing more template arguments from a function call) (#77) --- build/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/build.sh b/build/build.sh index 43655e3..987efc6 100755 --- a/build/build.sh +++ b/build/build.sh @@ -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