diff options
| author | yurybura <yurybura@gmail.com> | 2020-05-15 23:28:48 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 13:28:48 -0700 |
| commit | 99a832a16110a75baa699f7c57de522174ce86bf (patch) | |
| tree | c14172482e8d67c6c384c394ee33994ddaf7a2ae /ports/llvm/CONTROL | |
| parent | 0b3cc398ac8a48be17f2e35d26a2e6daede6bda4 (diff) | |
| download | vcpkg-99a832a16110a75baa699f7c57de522174ce86bf.tar.gz vcpkg-99a832a16110a75baa699f7c57de522174ce86bf.zip | |
[llvm] add more backend options, fix issues (#11268)
* [llvm] add more backend options, fix #11158
* [llvm] disable optional dependencies to libxml2 and zlib (merge PR #11180)
* [llvm] update version
* [llvm] fix copy-paste typo
* [llvm] disable dl library on Windows, fixes #11309
Diffstat (limited to 'ports/llvm/CONTROL')
| -rw-r--r-- | ports/llvm/CONTROL | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/ports/llvm/CONTROL b/ports/llvm/CONTROL index 7f8a595a0..24761d11a 100644 --- a/ports/llvm/CONTROL +++ b/ports/llvm/CONTROL @@ -1,5 +1,5 @@ Source: llvm -Version: 10.0.0-1 +Version: 10.0.0-2 Homepage: https://llvm.org/ Description: The LLVM Compiler Infrastructure Supports: !uwp @@ -17,15 +17,39 @@ 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. @@ -35,6 +59,9 @@ 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. |
