[PATCH] D94491: [llvm] [cmake] Do not inject /usr/local paths when crosscompiling
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 05:59:29 PST 2021
arichardson added a comment.
In D94491#2492705 <https://reviews.llvm.org/D94491#2492705>, @mgorny wrote:
> I can confirm that it builds fine without that block and that there are no changes in CMakeCache.txt.
That sounds good. My guess would be that this was "needed" at some point in the past because certain targets weren't adding things like `${LIBXML2_INCLUDE_DIRS}` with target_include_directories, etc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94491/new/
https://reviews.llvm.org/D94491
More information about the llvm-commits
mailing list