From c4934de1eca746a31907e2caef47600421e3b63e Mon Sep 17 00:00:00 2001 From: Michael Park Date: Mon, 16 Sep 2024 12:45:51 -0700 Subject: [PATCH] Add P2688 Pattern Matching. (#73) --- build/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/build.sh b/build/build.sh index cd85c4d..0e02a87 100755 --- a/build/build.sh +++ b/build/build.sh @@ -101,8 +101,8 @@ relocatable-trunk) LLVM_ENABLE_RUNTIMES="compiler-rt;libcxx;libcxxabi;libunwind" ;; patmat-trunk) - BRANCH=llvmorg-master-pattern-matching - URL=https://github.com/bcardosolopes/llvm-project.git + BRANCH=p2688-pattern-matching + URL=https://github.com/mpark/llvm-project VERSION=patmat-trunk-$(date +%Y%m%d) ;; clangir-trunk)