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 24e60e7 commit 7294b0aCopy full SHA for 7294b0a
build/build.sh
@@ -172,6 +172,12 @@ p3412-trunk)
172
VERSION=p3412-trunk-$(date +%Y%m%d)
173
LLVM_ENABLE_RUNTIMES+=";libunwind"
174
;;
175
+implicit-constexpr-trunk)
176
+ BRANCH=feature/implicit-constexpr-flag
177
+ URL=https://github.com/hanickadot/llvm-project.git
178
+ VERSION=implicit-constexpr-trunk-$(date +%Y%m%d)
179
+ LLVM_ENABLE_RUNTIMES+=";libunwind"
180
+ ;;
181
dascandy-contracts-trunk)
182
BRANCH=add-contracts
183
URL=https://github.com/dascandy/llvm-project
0 commit comments