We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a34a4fe commit 0a0da27Copy full SHA for 0a0da27
1 file changed
cmake/FindHalide_LLVM.cmake
@@ -73,7 +73,7 @@ if (LLVM_FOUND)
73
# Homebrew split the LLVM and LLD packages as of version 19, so
74
# having multiple LLVM versions installed leads to the newest
75
# LLD being found without this hint.
76
- "${LLVM_INSTALL_PREFIX}/../lld@${LLVM_VERSION_MAJOR}"
+ "${LLVM_DIR}/../../../../lld@${LLVM_VERSION_MAJOR}"
77
"${LLVM_DIR}/../lld"
78
"${LLVM_DIR}/../lib/cmake/lld"
79
)
0 commit comments