We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0108b2e commit 826e1e9Copy full SHA for 826e1e9
1 file changed
build/build.sh
@@ -156,6 +156,12 @@ p3309-trunk)
156
VERSION=p3309-trunk-$(date +%Y%m%d)
157
LLVM_ENABLE_RUNTIMES+=";libunwind"
158
;;
159
+p3334-trunk)
160
+ BRANCH=p3334-cross-static
161
+ URL=https://github.com/tal-yac/llvm-project
162
+ VERSION=p3334-trunk-$(date +%Y%m%d)
163
+ LLVM_ENABLE_RUNTIMES+=";libunwind"
164
+ ;;
165
p3367-trunk)
166
BRANCH=P3367-constexpr-coroutines
167
URL=https://github.com/hanickadot/llvm-project
0 commit comments