You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop check for LLVM_LIBCXX in FindHalide_LLVM.cmake (#8617)
This was never tested in CI, and grepping the LLVM sources (18 - main)
for this variable comes up empty. Mixing standard libraries in a single
project isn't a well-supported scenario anyway, so users wishing to
override the standard library should use a consistent toolchain file
between LLVM and Halide to do so.
0 commit comments