mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:16:43 +08:00
e95a7a8dc0
* [vcpkg] allow to use semicolons in COMMAND argument * [llvm] update to 11.0.0 * [vcpkg] use latest version * [vcpkg] allow to use semicolons in OPTIONS * fix vcpkg_fixup_cmake_targets * [llvm] fix more install paths, add /bigobj option, fix up CMake targets * Apply suggestions from code review * [llvm] fix clang, flang, lld, mlir and polly CMake targets * [llvm] remove empty include directory /include/flang/Config * [llvm] Flang requires C++17 * [llvm] add /Zc:__cplusplus * [llvm] remove empty include directory include/clang-tidy/plugin * [llvm] try to fix ClangConfig.cmake, LLVMConfig.cmake, LLDConfig.cmake etc. with patch * [llvm] set tools install dir to tools/llvm * [aws-sdk-cpp] fix build after changes in vcpkg_configure_cmake.cmake * [llvm] disable Flang and OpenMP on Windows Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
120 lines
3.1 KiB
Plaintext
120 lines
3.1 KiB
Plaintext
Source: llvm
|
|
Version: 11.0.0
|
|
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, default-targets
|
|
|
|
Feature: tools
|
|
Description: Build LLVM tools.
|
|
|
|
Feature: utils
|
|
Description: Build LLVM utils.
|
|
|
|
Feature: default-targets
|
|
Description: Build with platform-specific default targets
|
|
Build-Depends: llvm[core,target-x86] (x86|x64), llvm[core,target-arm] (arm&!arm64), llvm[core,target-aarch64] (arm64), llvm[core,target-all] (!x86&!x64&!arm&!arm64)
|
|
|
|
Feature: target-all
|
|
Description: Build with all backends.
|
|
Build-Depends: llvm[core,target-aarch64,target-amdgpu,target-arm,target-avr,target-bpf,target-hexagon,target-lanai,target-mips,target-msp430,target-nvptx,target-powerpc,target-riscv,target-sparc,target-systemz,target-webassembly,target-x86,target-xcore]
|
|
|
|
Feature: target-aarch64
|
|
Description: Build with AArch64 backend.
|
|
|
|
Feature: target-amdgpu
|
|
Description: Build with AMDGPU backend.
|
|
|
|
Feature: target-arm
|
|
Description: Build with ARM backend.
|
|
|
|
Feature: target-avr
|
|
Description: Build with AVR backend.
|
|
|
|
Feature: target-bpf
|
|
Description: Build with BPF backend.
|
|
|
|
Feature: target-hexagon
|
|
Description: Build with Hexagon backend.
|
|
|
|
Feature: target-lanai
|
|
Description: Build with Lanai backend.
|
|
|
|
Feature: target-mips
|
|
Description: Build with Mips backend.
|
|
|
|
Feature: target-msp430
|
|
Description: Build with MSP430 backend.
|
|
|
|
Feature: target-nvptx
|
|
Description: Build with NVPTX backend.
|
|
|
|
Feature: target-powerpc
|
|
Description: Build with PowerPC backend.
|
|
|
|
Feature: target-riscv
|
|
Description: Build with RISCV backend.
|
|
|
|
Feature: target-sparc
|
|
Description: Build with Sparc 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: target-xcore
|
|
Description: Build with XCore 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: flang
|
|
Description: Build Fortran front end.
|
|
Build-Depends: llvm[core,mlir]
|
|
|
|
Feature: lld
|
|
Description: Build LLVM linker.
|
|
|
|
Feature: lldb
|
|
Description: Build LLDB debugger.
|
|
|
|
Feature: mlir
|
|
Description: Build Multi-Level IR Compiler Framework.
|
|
|
|
Feature: openmp
|
|
Description: Build LLVM OpenMP libraries.
|
|
Build-Depends: llvm[core,utils]
|
|
|
|
Feature: polly
|
|
Description: Build polyhedral optimizations for LLVM.
|
|
Build-Depends: llvm[core,utils]
|