From 21bad42b4946f58e04dfc9f862a292bce97f7404 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 10 Jul 2024 13:47:25 -0500 Subject: [PATCH] Add @EricWF's clang contract branch (#67) --- build/build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build/build.sh b/build/build.sh index 29d0e12..f130055 100755 --- a/build/build.sh +++ b/build/build.sh @@ -145,6 +145,12 @@ dascandy-contracts-trunk) VERSION=dascandy-contracts-trunk-$(date +%Y%m%d) LLVM_ENABLE_RUNTIMES+=";libunwind" ;; +ericwf-contracts-trunk) + BRANCH=contracts-nightly + URL=https://github.com/efcs/llvm-project + VERSION=ericwf-contracts-trunk-$(date +%Y%m%d) + LLVM_ENABLE_RUNTIMES+="libcxx;libcxxabi;libunwind" + ;; p1974-trunk) BRANCH=godbolt/propconst URL=https://github.com/je4d/llvm-project