mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
6920b49047
* [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>
76 lines
1.7 KiB
Plaintext
76 lines
1.7 KiB
Plaintext
Source: llvm
|
|
Version: 10.0.0-1
|
|
Homepage: https://llvm.org/
|
|
Description: The LLVM Compiler Infrastructure
|
|
Supports: !uwp
|
|
Default-Features: tools, enable-rtti, disable-assertions, disable-abi-breaking-checks, clang, disable-clang-static-analyzer, lld
|
|
|
|
Feature: tools
|
|
Description: Build LLVM tools.
|
|
|
|
Feature: utils
|
|
Description: Build LLVM utils.
|
|
|
|
Feature: target-all
|
|
Description: Build with all backends.
|
|
|
|
Feature: target-aarch64
|
|
Description: Build with AArch64 backend.
|
|
|
|
Feature: target-arm
|
|
Description: Build with ARM backend.
|
|
|
|
Feature: target-mips
|
|
Description: Build with Mips backend.
|
|
|
|
Feature: target-powerpc
|
|
Description: Build with PowerPC backend.
|
|
|
|
Feature: target-systemz
|
|
Description: Build with SystemZ backend.
|
|
|
|
Feature: target-webassembly
|
|
Description: Build with WebAssembly backend.
|
|
|
|
Feature: target-x86
|
|
Description: Build with X86 backend.
|
|
|
|
Feature: enable-rtti
|
|
Description: Build LLVM with run-time type information.
|
|
|
|
Feature: enable-assertions
|
|
Description: Build LLVM with assertions.
|
|
|
|
Feature: disable-assertions
|
|
Description: Build LLVM without assertions.
|
|
|
|
Feature: enable-abi-breaking-checks
|
|
Description: Build LLVM with LLVM_ABI_BREAKING_CHECKS=FORCE_ON.
|
|
|
|
Feature: disable-abi-breaking-checks
|
|
Description: Build LLVM with LLVM_ABI_BREAKING_CHECKS=FORCE_OFF.
|
|
|
|
Feature: clang
|
|
Description: Build C Language Family Front-end.
|
|
|
|
Feature: disable-clang-static-analyzer
|
|
Description: Build without static analyzer.
|
|
|
|
Feature: clang-tools-extra
|
|
Description: Build Clang tools.
|
|
|
|
Feature: compiler-rt
|
|
Description: Build compiler's runtime libraries.
|
|
|
|
Feature: lld
|
|
Description: Build LLVM linker.
|
|
|
|
Feature: openmp
|
|
Description: Build LLVM OpenMP libraries.
|
|
|
|
Feature: lldb
|
|
Description: Build LLDB debugger.
|
|
|
|
Feature: polly
|
|
Description: Build polyhedral optimizations for LLVM.
|