Port details |
- llvm17 LLVM and Clang
- 17.0.6 devel
=2 17.0.1Version of this port present on the latest quarterly branch. - Maintainer: brooks@FreeBSD.org
 - Port Added: 2023-07-31 23:48:12
- Last Update: 2023-11-28 18:27:01
- Commit Hash: c706a8a
- People watching this port, also watch:: openvpn, rsync, smartmontools, pkg, git
- Also Listed In: lang
- License: BSD3CLAUSE LLVM MIT PD REGEX LLVM2
- WWW:
- https://llvm.org/
- Description:
- The LLVM Project is a collection of modular and reusable compiler and
toolchain technologies.
This port includes Clang (a C/C++/Objective-C compiler), LLD (a linker),
LLDB (a debugger), an OpenMP runtime library, and the LLVM infrastructure
these are built on.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- Conflicts:
- CONFLICTS_BUILD:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/llvm17/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/llvm17
- pkg install llvm17
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: llvm17
- Package flavors (<flavor>: <package>)
- default: llvm17
- lite: llvm17-lite
- distinfo:
- TIMESTAMP = 1701190197
SHA256 (llvm-project-17.0.6.src.tar.xz) = 58a8818c60e6627064f312dbf46c02d9949956558340938b71cf731ad8bc0813
SIZE (llvm-project-17.0.6.src.tar.xz) = 127838860
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-sphinx-markdown-tables>=0 : textproc/py-sphinx-markdown-tables@py39
- py39-recommonmark>=0.0.20180530 : textproc/py-recommonmark@py39
- ld.gold : devel/binutils
- swig : devel/swig
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- perl5>=5.36<5.37 : lang/perl5.36
- Library dependencies:
-
- libzstd.so : archivers/zstd
- liblua-5.3.so : lang/lua53
- libedit.so.0 : devel/libedit
- This port is required by:
- for Build
-
- devel/include-what-you-use
- devel/wasi-compiler-rt17
- devel/wasi-libcxx17
- for Libraries
-
- devel/opencl-clang
- devel/spirv-llvm-translator
- for Run
-
- devel/include-what-you-use
Configuration Options:
- ===> The following configuration options are available for llvm17-17.0.6:
BE_AMDGPU=on: AMD GPU backend (required by mesa)
BE_WASM=on: WebAssembly backend (required by firefox via wasi)
CLANG=on: Build clang
COMPILER_RT=on: Sanitizer libraries
DOCS=on: Build and/or install documentation
EXTRAS=on: Extra clang tools
FLANG=off: Flang FORTRAN compiler
GOLD=on: Build the LLVM Gold plugin for LTO
LIT=on: Install lit and FileCheck test tools
LLD=on: Install lld, the LLVM linker
LLDB=on: Install lldb, the LLVM debugger
MLIR=on: Multi-Level Intermediate Representation
OPENMP=on: Install libomp, the LLVM OpenMP runtime library
POLLY=on: Polyhedral loop and data-locality optimizer
PYCLANG=on: Install python bindings to libclang
STATIC_LIBS=on: Install static libraries (does not effect sanitizers)
====> Options available for the single BACKENDS: you have to select exactly one of them
BE_FREEBSD=off: Backends for FreeBSD architectures
BE_NATIVE=off: Backend(s) for this architecture (X86)
BE_STANDARD=on: All non-experimental backends
===> Use 'make config' to modify these settings
- Options name:
- devel_llvm17
- USES:
- cmake compiler:c++17-lang cpe tar:xz shebangfix python perl5 lua:53 libedit gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.0.6 28 Nov 2023 18:27:01
    |
Brooks Davis (brooks)  |
devel/llvm17: Update to 17.0.6
For changes, see:
https://discourse.llvm.org/t/llvm-17-0-6-released/75281
Of note __float128 support is now enabled for FreeBSD (and NetBSD)
targets). |
17.0.5 16 Nov 2023 00:16:13
    |
Brooks Davis (brooks)  |
devel/llvm17: Update to 17.0.5
For changes in this release, see:
https://discourse.llvm.org/t/llvm-17-0-5-released/74906 |
17.0.4 02 Nov 2023 15:49:47
    |
Brooks Davis (brooks)  |
devel/llvm17: Update to 17.0.4
For included changes see:
https://discourse.llvm.org/t/llvm-17-0-4-released/74548 |
17.0.3 18 Oct 2023 20:53:14
    |
Brooks Davis (brooks)  |
devel/llvm17: update to 17.0.3
See the release announcement for changes:
https://discourse.llvm.org/t/llvm-17-0-3-released/74172 |
17.0.2 12 Oct 2023 23:45:10
    |
Brooks Davis (brooks)  |
devel/llvm17: remove obsolete powerpc patch
The lines immediatly below the inserted code do the same thing with
more elegance.
Technically this changes the package contents, but there is no
functional change so don't make everyone build with a PORTREVSION bump.
We'll do that soon enough when 17.0.3 comes out.
Reported by: Brad Smith <brad@comstyle.com> |
17.0.2 04 Oct 2023 20:06:27
    |
Brooks Davis (brooks)  |
devel/llvm17: update to 17.0.2
For changes in this release see:
https://discourse.llvm.org/t/llvm-17-0-2-released/73840
Fix a duplicate listing of arm_sve.h. It is sufficent to include it only
in the Arm case becaues AArch64 always implies Arm in the port. |
17.0.1 23 Sep 2023 08:09:54
    |
Brooks Davis (brooks)  |
devel/llvm17: fix non-aarch64 plist issue
arm_sme_draft_spec_subject_to_change.h is an aarch64-specific header.
Reading the Cmakefiles, it appears arm_bf16.h and arm_sve.h are also
aarch64 not arm specific so move them. |
17.0.1 21 Sep 2023 15:23:35
    |
Brooks Davis (brooks)  |
devel/llvm17: fix openmp library depends
Don't link with libffi.
Reformat long or multi-line OPTION_FOO variables.
PR: 273801
Co-authored-by: Ivan Rozhuk <rozhuk.im@gmail.com> |
17.0.1 19 Sep 2023 17:20:26
    |
Brooks Davis (brooks)  |
devel/llvm17: Welcome 17.0.1
Welcome the first release of LLVM 17. See the release announcement for
more details: https://discourse.llvm.org/t/llvm-17-0-1-released/73549
(Note that 17.0.0 was tagged, but contained an error so was not
released.)
Fix an issue where libffi would be linked if available by disabling it's
use in OpenMP. [0]
PR: 273801, 273947
Submitted by: Ivan Rozhuk <rozhuk.im@gmail.com> [0] |
17.0.0.r4 13 Sep 2023 15:42:51
    |
Brooks Davis (brooks)  Author: John Hein |
devel/llvm1*: remove cmake 4Python3_EXECUTABLE definition
It is now defined in Mk/Uses/python.mk.
PR: 273713 |
17.0.0.r4 07 Sep 2023 23:47:21
    |
Brooks Davis (brooks)  |
devel/llvm17: update to rc4
For a list of changes since rc3, see:
https://discourse.llvm.org/t/llvm-17-0-0-rc4-released/73257
Reenable COMPILER_RT on aarch64 as the build issue I'm aware of was
fixed by jrtc27. |
17.0.0.r3 28 Aug 2023 22:11:01
    |
Brooks Davis (brooks)  |
devel/llvm17: update to RC3
For a list of changes, see:
https://discourse.llvm.org/t/llvm-17-0-0-rc3-released/72946 |
17.0.0.r2 09 Aug 2023 17:43:42
    |
Brooks Davis (brooks)  |
devel/llvm17: Update to 17.0.0rc2
For changes see:
https://discourse.llvm.org/t/llvm-17-0-0-rc2-released/72658
COMPILER_RT is currently disabled for aarch64 as it is broken due to
https://github.com/llvm/llvm-project/issues/63418. Hopefully a fix will
be found before the full release or I'll attempt use a smaller hammer
that only disables ubsan. |
17.0.0.r1 31 Jul 2023 23:46:27
    |
Brooks Davis (brooks)  |
devel/llvm17: Welcome 17.0.0rc1
The first release candidate of the LLVM 17 release.
Polly is now enabled by default. |
16.0.6_5 31 Jul 2023 23:46:27
    |
Brooks Davis (brooks)  |
devel/llvm17: bootstrap from devel/llvm16
Copy llvm16 unchanged except for the exclusion of patches backporting
fixes from upstream LLVM.
This aids diffing to the previous version. |