[llvm] Disable optional dependencies to libxml2 and zlib#11180
[llvm] Disable optional dependencies to libxml2 and zlib#11180yurybura wants to merge 1 commit intomicrosoft:masterfrom yurybura:llvm10-build-fix
Conversation
|
The correct fix would be to fix Just patch the logic there away and leave only basically |
|
@Neumann-A You are right. I decided to disable Libxml2 because I want to have the same dependencies list on all machines. Otherwise, I should add an explicit dependency in the CONTROL file. Please make a separate issue if you really need this dependency. Thank you. |
|
This looks good to me; we can add the features back later after we fix CI. |
|
prbuild says this change didn't fix it ? |
|
#11190 <-- I'm baselining this for now so that other PRs can make progress. |
|
@BillyONeal This PR fixes LLVM CMake error in the PR #11174 which should fix LLVM link error) |
|
@yurybura OK I cherry picked this commit into that one so we can see if it passes. |
|
I think the best thing would be to merge #11174 including this commit, but not this PR. Therefore, I'm considering this PR closed for now. |
This PR fixes LLVM CMake error on Linux with installed Libxml2:
Steps to reproduce:
vcpkg install libxml2 llvmRelated to #11174, #10295