We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190968f commit 8ff609cCopy full SHA for 8ff609c
1 file changed
build/build.sh
@@ -198,6 +198,13 @@ p3776-trunk)
198
VERSION=p3776-trunk-$(date +%Y%m%d)
199
LLVM_ENABLE_RUNTIMES+=";libunwind"
200
;;
201
+hana-clang-trunk)
202
+ BRANCH=compiler-explorer/hana-clang
203
+ URL=https://github.com/hanickadot/llvm-project
204
+ VERSION=hana-clang-$(date +%Y%m%d)
205
+ LLVM_ENABLE_RUNTIMES+="compiler-rt;libcxx;libcxxabi;libunwind"
206
+ CMAKE_EXTRA_ARGS+=( "-DCLANG_DEFAULT_CXX_STDLIB=libc++" "-DLLVM_ENABLE_ASSERTIONS=ON" )
207
+ ;;
208
implicit-constexpr-trunk)
209
BRANCH=feature/implicit-constexpr-flag
210
URL=https://github.com/hanickadot/llvm-project.git
0 commit comments