Skip to content

Commit 7294b0a

Browse files
authored
add clang -fimplicit-constexpr branch (#87)
1 parent 24e60e7 commit 7294b0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/build.sh

+6
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,12 @@ p3412-trunk)
172172
VERSION=p3412-trunk-$(date +%Y%m%d)
173173
LLVM_ENABLE_RUNTIMES+=";libunwind"
174174
;;
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+
;;
175181
dascandy-contracts-trunk)
176182
BRANCH=add-contracts
177183
URL=https://github.com/dascandy/llvm-project

0 commit comments

Comments
 (0)