aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm/CONTROL
blob: f461f1cb51422dc46ff01f03c87283513df115cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Source: llvm
Version: 10.0.0
Port-Version: 5
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-amdgpu
Description: Build with AMDGPU backend.

Feature: target-arm
Description: Build with ARM 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: 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.