Skip to content

Commit

Permalink
Fix bad copy-past for ClangIR branch (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardosolopes authored Aug 18, 2023
1 parent 22e7029 commit 4a7ed59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ patmat-trunk)
VERSION=patmat-trunk-$(date +%Y%m%d)
;;
clangir-trunk)
BRANCH=llvmorg-master-pattern-matching
BRANCH=main
URL=https://github.com/llvm/clangir.git
VERSION=clangir-trunk-$(date +%Y%m%d)
LLVM_ENABLE_PROJECTS="clang;mlir;cir"
Expand Down

0 comments on commit 4a7ed59

Please sign in to comment.