We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826e1e9 commit 190968fCopy full SHA for 190968f
1 file changed
build/build.sh
@@ -132,6 +132,12 @@ variadic-friends-trunk)
132
URL=https://github.com/dancrn/llvm-project.git
133
VERSION=variadic-friends-trunk-$(date +%Y%m%d)
134
;;
135
+p2561-trunk)
136
+ BRANCH=P2561
137
+ URL=https://github.com/vasama/llvm
138
+ VERSION=p2561-trunk-$(date +%Y%m%d)
139
+ LLVM_ENABLE_RUNTIMES+=";libunwind"
140
+ ;;
141
bb-p2996-trunk)
142
BRANCH=p2996
143
URL=https://github.com/Bloomberg/clang-p2996
0 commit comments