We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77af527 commit adeae23Copy full SHA for adeae23
build/build.sh
@@ -180,6 +180,12 @@ p3412-trunk)
180
VERSION=p3412-trunk-$(date +%Y%m%d)
181
LLVM_ENABLE_RUNTIMES+=";libunwind"
182
;;
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
+ ;;
189
implicit-constexpr-trunk)
190
BRANCH=feature/implicit-constexpr-flag
191
URL=https://github.com/hanickadot/llvm-project.git
0 commit comments