Skip to content

Commit adeae23

Browse files
authored
Add clang fork for P3776 (#93)
1 parent 77af527 commit adeae23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ p3412-trunk)
180180
VERSION=p3412-trunk-$(date +%Y%m%d)
181181
LLVM_ENABLE_RUNTIMES+=";libunwind"
182182
;;
183+
p3776-trunk)
184+
BRANCH=P3776-More-Trailing-Commas
185+
URL=https://github.com/term-est/llvm-project
186+
VERSION=p3776-trunk-$(date +%Y%m%d)
187+
LLVM_ENABLE_RUNTIMES+=";libunwind"
188+
;;
183189
implicit-constexpr-trunk)
184190
BRANCH=feature/implicit-constexpr-flag
185191
URL=https://github.com/hanickadot/llvm-project.git

0 commit comments

Comments
 (0)