aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2020-05-10 15:17:27 -0700
committerGitHub <noreply@github.com>2020-05-10 15:17:27 -0700
commit6920b49047f2de6880df8ef9724cc508c5f491ca (patch)
treef0a849f39c540a5eb145756198f5f2e024553cc0 /ports
parentd4a415b7fa3f0d0ea14a789d5778abfc666ef2d0 (diff)
downloadvcpkg-6920b49047f2de6880df8ef9724cc508c5f491ca.tar.gz
vcpkg-6920b49047f2de6880df8ef9724cc508c5f491ca.zip
[vcpkg] [llvm] [mpir] Bump Linux VM memory size and do all operations on the temporary disk. (#11174)
* [vcpkg] Bump Linux VM memory size and do all operations on the temporary disk. * [llvm] disable optional dependencies to libxml2 and zlib * [vcpkg] Reduce quotas on the share to something reasonable. * [mpir] Skip on Linux because it conflicts with libgmp. Co-authored-by: yurybura <yurybura@gmail.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/llvm/CONTROL2
-rw-r--r--ports/llvm/portfile.cmake3
2 files changed, 4 insertions, 1 deletions
diff --git a/ports/llvm/CONTROL b/ports/llvm/CONTROL
index d316be3c4..7f8a595a0 100644
--- a/ports/llvm/CONTROL
+++ b/ports/llvm/CONTROL
@@ -1,5 +1,5 @@
Source: llvm
-Version: 10.0.0
+Version: 10.0.0-1
Homepage: https://llvm.org/
Description: The LLVM Compiler Infrastructure
Supports: !uwp
diff --git a/ports/llvm/portfile.cmake b/ports/llvm/portfile.cmake
index 5d0c6a1ba..6d424f5de 100644
--- a/ports/llvm/portfile.cmake
+++ b/ports/llvm/portfile.cmake
@@ -142,6 +142,9 @@ vcpkg_configure_cmake(
-DLLVM_BUILD_EXAMPLES=OFF
-DLLVM_INCLUDE_TESTS=OFF
-DLLVM_BUILD_TESTS=OFF
+ # Disable optional dependencies to libxml2 and zlib
+ -DLLVM_ENABLE_LIBXML2=OFF
+ -DLLVM_ENABLE_ZLIB=OFF
# Force TableGen to be built with optimization. This will significantly improve build time.
-DLLVM_OPTIMIZED_TABLEGEN=ON
# LLVM generates CMake error due to Visual Studio version 16.4 is known to miscompile part of LLVM.