2019-09-27 17:05:33 +08:00
|
|
|
Source: llvm
|
2020-08-28 03:27:39 +08:00
|
|
|
Version: 10.0.0
|
2020-11-13 09:31:34 +08:00
|
|
|
Port-Version: 7
|
2019-09-27 17:05:33 +08:00
|
|
|
Homepage: https://llvm.org/
|
|
|
|
Description: The LLVM Compiler Infrastructure
|
2020-02-04 06:22:52 +08:00
|
|
|
Supports: !uwp
|
2020-10-14 08:54:46 +08:00
|
|
|
Default-Features: tools, enable-rtti, disable-assertions, disable-abi-breaking-checks, clang, disable-clang-static-analyzer, lld, default-targets
|
2019-10-30 14:06:59 +08:00
|
|
|
|
|
|
|
Feature: tools
|
2020-05-04 11:30:17 +08:00
|
|
|
Description: Build LLVM tools.
|
2019-10-30 14:06:59 +08:00
|
|
|
|
|
|
|
Feature: utils
|
2020-05-04 11:30:17 +08:00
|
|
|
Description: Build LLVM utils.
|
2019-10-30 14:06:59 +08:00
|
|
|
|
2020-10-14 08:54:46 +08:00
|
|
|
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)
|
|
|
|
|
2020-05-04 11:30:17 +08:00
|
|
|
Feature: target-all
|
|
|
|
Description: Build with all backends.
|
2020-10-14 08:54:46 +08:00
|
|
|
Build-Depends: llvm[core,target-aarch64,target-amdgpu,target-arm,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]
|
2019-10-30 14:06:59 +08:00
|
|
|
|
2020-05-04 11:30:17 +08:00
|
|
|
Feature: target-aarch64
|
|
|
|
Description: Build with AArch64 backend.
|
|
|
|
|
2020-05-16 04:28:48 +08:00
|
|
|
Feature: target-amdgpu
|
|
|
|
Description: Build with AMDGPU backend.
|
|
|
|
|
2020-05-04 11:30:17 +08:00
|
|
|
Feature: target-arm
|
|
|
|
Description: Build with ARM backend.
|
|
|
|
|
2020-05-16 04:28:48 +08:00
|
|
|
Feature: target-bpf
|
|
|
|
Description: Build with BPF backend.
|
|
|
|
|
|
|
|
Feature: target-hexagon
|
|
|
|
Description: Build with Hexagon backend.
|
|
|
|
|
|
|
|
Feature: target-lanai
|
|
|
|
Description: Build with Lanai backend.
|
|
|
|
|
2020-05-04 11:30:17 +08:00
|
|
|
Feature: target-mips
|
|
|
|
Description: Build with Mips backend.
|
|
|
|
|
2020-05-16 04:28:48 +08:00
|
|
|
Feature: target-msp430
|
|
|
|
Description: Build with MSP430 backend.
|
|
|
|
|
|
|
|
Feature: target-nvptx
|
|
|
|
Description: Build with NVPTX backend.
|
|
|
|
|
2020-05-04 11:30:17 +08:00
|
|
|
Feature: target-powerpc
|
|
|
|
Description: Build with PowerPC backend.
|
|
|
|
|
2020-05-16 04:28:48 +08:00
|
|
|
Feature: target-riscv
|
|
|
|
Description: Build with RISCV backend.
|
|
|
|
|
|
|
|
Feature: target-sparc
|
|
|
|
Description: Build with Sparc backend.
|
|
|
|
|
2020-05-04 11:30:17 +08:00
|
|
|
Feature: target-systemz
|
|
|
|
Description: Build with SystemZ backend.
|
|
|
|
|
|
|
|
Feature: target-webassembly
|
|
|
|
Description: Build with WebAssembly backend.
|
|
|
|
|
|
|
|
Feature: target-x86
|
|
|
|
Description: Build with X86 backend.
|
|
|
|
|
2020-05-16 04:28:48 +08:00
|
|
|
Feature: target-xcore
|
|
|
|
Description: Build with XCore backend.
|
|
|
|
|
2020-05-04 11:30:17 +08:00
|
|
|
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.
|