We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff609c commit 0634dc8Copy full SHA for 0634dc8
1 file changed
build/build.sh
@@ -202,7 +202,7 @@ 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"
+ 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)
0 commit comments