We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033e0ee commit 8168424Copy full SHA for 8168424
1 file changed
srcpkgs/llvm21/template
@@ -163,13 +163,11 @@ $(vopt_if lld 'lld;')\
163
$(vopt_if mlir 'mlir;')\
164
$(vopt_if flang 'flang;')"
165
166
-_enabled_runtimes="compiler-rt\
+_enabled_runtimes="compiler-rt;libunwind;libcxx;libcxxabi\
167
$(vopt_if openmp ';openmp')\
168
$(vopt_if offload ';offload')\
169
$(vopt_if libc ';libc')\
170
-$(vopt_if libclc ';libclc')\
171
-$(vopt_if libunwind ';libunwind')\
172
-$(vopt_if libcxx ';libcxxabi;libcxx')"
+$(vopt_if libclc ';libclc')"
173
174
configure_args+=" -DLLVM_ENABLE_RUNTIMES=${_enabled_runtimes}"
175
configure_args+=" -DLLVM_ENABLE_PROJECTS=${_enabled_projects}"
0 commit comments