[PATCH] D94491: [llvm] [cmake] Do not inject /usr/local paths when crosscompiling
David Chisnall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 04:53:59 PST 2021
theraven added a comment.
This patch certainly looks correct for fixing the symptom, but I'm somewhat concerned that the original logic was incorrect anyway. I believe CMake's FindLibrary and FindPackage work correctly with things installed in /usr/local on FreeBSD, so I don't know why we need these.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94491/new/
https://reviews.llvm.org/D94491
More information about the llvm-commits
mailing list