Skip to content

Commit

Permalink
Add P2688 Pattern Matching. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpark authored Sep 16, 2024
1 parent 095b959 commit c4934de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c4934de

Please sign in to comment.