notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
llvm18 LLVM and Clang
18.1.4 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 18.1.3Version of this port present on the latest quarterly branch.
Maintainer: brooks@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-01-30 19:48:06
Last Update: 2024-04-18 23:57:12
Commit Hash: 1c1cb5e
People watching this port, also watch:: coreutils, zip, smartmontools, ztop, python
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • llvm18>0:devel/llvm18
Conflicts:
CONFLICTS_BUILD:
  • amd64-binutils
  • cmark
CONFLICTS_INSTALL:
  • llvm18
  • llvm18-lite
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/devel/llvm18/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/llvm18
  • pkg install llvm18
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: llvm18
Package flavors (<flavor>: <package>)
  • default: llvm18
  • lite: llvm18-lite
distinfo:
TIMESTAMP = 1713452670 SHA256 (llvm-project-18.1.4.src.tar.xz) = 2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b SIZE (llvm-project-18.1.4.src.tar.xz) = 132054668

Packages (timestamps in pop-ups are UTC):
llvm18
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest18.1.318.1.4-18.1.318.1.4---
FreeBSD:13:quarterly18.1.318.1.4-18.1.318.1.4---
FreeBSD:14:latest18.1.318.1.4-18.1.318.1.4---
FreeBSD:14:quarterly18.1.318.1.4-18.1.318.1.4---
FreeBSD:15:latest18.1.418.1.4n/a18.1.0.r2n/a18.1.0.r118.1.0.r118.1.0.r3
 

llvm18-lite
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest18.1.318.1.4-18.1.318.1.4---
FreeBSD:13:quarterly18.1.318.1.4-18.1.318.1.4---
FreeBSD:14:latest18.1.318.1.4-18.1.318.1.4---
FreeBSD:14:quarterly18.1.318.1.4-18.1.318.1.4---
FreeBSD:15:latest18.1.418.1.4n/a18.1.0.r2n/a18.1.0.r118.1.0.r118.1.0.r3
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-myst-parser>0 : textproc/py-myst-parser@py39
  2. py39-sphinx-markdown-tables>=0 : textproc/py-sphinx-markdown-tables@py39
  3. py39-recommonmark>=0.0.20180530 : textproc/py-recommonmark@py39
  4. ld.gold : devel/binutils
  5. swig : devel/swig
  6. cmake : devel/cmake-core
  7. ninja : devel/ninja
  8. python3.9 : lang/python39
  9. perl5>=5.36<5.37 : lang/perl5.36
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
  2. perl5>=5.36<5.37 : lang/perl5.36
Library dependencies:
  1. libzstd.so : archivers/zstd
  2. liblua-5.3.so : lang/lua53
  3. libedit.so.0 : devel/libedit
This port is required by:
for Build
  1. devel/include-what-you-use
  2. devel/wasi-compiler-rt18
  3. devel/wasi-libcxx18
for Libraries
  1. devel/spirv-llvm-translator
for Run
  1. devel/include-what-you-use

Configuration Options:
===> The following configuration options are available for llvm18-18.1.4: 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_llvm18
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:
Expand this list (2 items)
Collapse this list.
  1. https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/
  2. https://releases.llvm.org/18.1.4/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
18.1.4
18 Apr 2024 23:57:12
commit hash: 1c1cb5e96547b6240f3dd652ab953f91e492c3f2commit hash: 1c1cb5e96547b6240f3dd652ab953f91e492c3f2commit hash: 1c1cb5e96547b6240f3dd652ab953f91e492c3f2commit hash: 1c1cb5e96547b6240f3dd652ab953f91e492c3f2 files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: 18.1.4 release

Release notes: https://discourse.llvm.org/t/18-1-4-released/78430

Allow sanitizers to link without -lsys.

Sponsored by:	AFRL, DARPA
18.1.3
14 Apr 2024 19:52:59
commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180commit hash: 1f50c8e24264be1d64a96e84536e2e1d59b63180 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
devel/llvm*: Remove unnecessary C/CFLAGS definitions

As of 3c5189a0fd4c82addfb659024bf28c5006bf88f7
there's no need to define DNDEBUG manually

PR:		277909
Approved by:	portmgr (maintainer timeout, 2+ weeks)
18.1.3
04 Apr 2024 18:18:31
commit hash: 935a2fb3225e597d204b459b92a05466a0e8dfabcommit hash: 935a2fb3225e597d204b459b92a05466a0e8dfabcommit hash: 935a2fb3225e597d204b459b92a05466a0e8dfabcommit hash: 935a2fb3225e597d204b459b92a05466a0e8dfab files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: Update to 18.1.3

Release notes: https://discourse.llvm.org/t/18-1-3-released/78136

Sponsored by:	AFRL, DARPA
18.1.2
22 Mar 2024 17:44:59
commit hash: 49940028250a4fb4beffc5a332fa9c0b612d0a3acommit hash: 49940028250a4fb4beffc5a332fa9c0b612d0a3acommit hash: 49940028250a4fb4beffc5a332fa9c0b612d0a3acommit hash: 49940028250a4fb4beffc5a332fa9c0b612d0a3a files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: PLIST_SUB improvements [NFC]

Chase changes in library suffixes and fix an overly pesimistic
substitution.  No functional change, but will reduce plist churn when 19
comes out assuming there aren't further upstream changes in suffixes.
18.1.2
20 Mar 2024 18:55:32
commit hash: cde3d1c3a486975ae40b02ecbc56b34c72505a61commit hash: cde3d1c3a486975ae40b02ecbc56b34c72505a61commit hash: cde3d1c3a486975ae40b02ecbc56b34c72505a61commit hash: cde3d1c3a486975ae40b02ecbc56b34c72505a61 files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: 18.1.2 release

Announcement and list of changes since 18.1.1:
    https://discourse.llvm.org/t/18-1-2-released/77821
18.1.1
20 Mar 2024 18:55:31
commit hash: 3face504c4bc4a19b1711f0cb4345a3bc9321d0fcommit hash: 3face504c4bc4a19b1711f0cb4345a3bc9321d0fcommit hash: 3face504c4bc4a19b1711f0cb4345a3bc9321d0fcommit hash: 3face504c4bc4a19b1711f0cb4345a3bc9321d0f files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: 18.1.1 release

No functional change as all this release does does is set
LLVM_VERSION_SUFFIX="" (which we now do in the Makefile) and bump the
release version.
18.1.0
06 Mar 2024 22:24:33
commit hash: fe3eb3a31305c299a4d5bc2c555c61c22edb1248commit hash: fe3eb3a31305c299a4d5bc2c555c61c22edb1248commit hash: fe3eb3a31305c299a4d5bc2c555c61c22edb1248commit hash: fe3eb3a31305c299a4d5bc2c555c61c22edb1248 files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: 18.1.0 release

See the release announcment at:
    https://discourse.llvm.org/t/llvm-18-1-0-released/77448
18.1.0.r4
28 Feb 2024 16:21:35
commit hash: 9548c69f1e29e563026b679d99fb2b1aabcc71f4commit hash: 9548c69f1e29e563026b679d99fb2b1aabcc71f4commit hash: 9548c69f1e29e563026b679d99fb2b1aabcc71f4commit hash: 9548c69f1e29e563026b679d99fb2b1aabcc71f4 files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: update to 18.1.0rc4

This is intended to be the last release candidate.
18.1.0.r3
21 Feb 2024 21:28:19
commit hash: f307f6541eaaed094941e65de46dcf44e5ea058ccommit hash: f307f6541eaaed094941e65de46dcf44e5ea058ccommit hash: f307f6541eaaed094941e65de46dcf44e5ea058ccommit hash: f307f6541eaaed094941e65de46dcf44e5ea058c files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: Update to 18.1.0rc3

Add a build conflict with ${ARCH}-binutils for COMPILER_RT to avoid
plist issues.  Technically this is only an issue for 64-bit
architectures that build 32-bit sanitizers (the presence of <triple>-ld
is picked up and it doesn't pass some cmake test), but it's easier to
just block all of them.
18.1.0.r2
08 Feb 2024 19:08:10
commit hash: 49f10e38b2679f68cd6964b97a7c6c73806abd2dcommit hash: 49f10e38b2679f68cd6964b97a7c6c73806abd2dcommit hash: 49f10e38b2679f68cd6964b97a7c6c73806abd2dcommit hash: 49f10e38b2679f68cd6964b97a7c6c73806abd2d files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: update to 18.1.0rc2

Add a libLLVM-18.so symlink to address hardcoding in Uses/llvm.mk and
other locations. [0]

Reported by:	Mark Millard <marklmi@yahoo.com>
18.1.0.r1
06 Feb 2024 21:21:31
commit hash: cf92377ad51eb7e0dbe805e34f5089f7eec89044commit hash: cf92377ad51eb7e0dbe805e34f5089f7eec89044commit hash: cf92377ad51eb7e0dbe805e34f5089f7eec89044commit hash: cf92377ad51eb7e0dbe805e34f5089f7eec89044 files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: fix plist issues with BE_NATIVE

Several flang modules depend on the PPC backend.

Add a couple more arm headers that depend on the Arm or AArch64
backends.

Reported by:	Mark Millard <marklmi@yahoo.com>
18.1.0.r1
30 Jan 2024 19:46:08
commit hash: 9e99ad2987fb946cace87af74011743f0e2d0106commit hash: 9e99ad2987fb946cace87af74011743f0e2d0106commit hash: 9e99ad2987fb946cace87af74011743f0e2d0106commit hash: 9e99ad2987fb946cace87af74011743f0e2d0106 files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm-devel: update to 18.1.0rc1

Update from 17 to 18 and connect to build.

Upstream has changed versioning so release branches bump the minor
version to 1 to differentiate them from the pre-branch development
version.

I've moved the .cmake files into STATIC_LIBS as they aren't useful
without .a files.  This removes from from the lite flavor (which will
likely be replaced with subpackages.) [0]

PR:		271821 [0]
17.0.6_4
30 Jan 2024 19:46:08
commit hash: 423f059805b98108ace21b578b523f370d22bd03commit hash: 423f059805b98108ace21b578b523f370d22bd03commit hash: 423f059805b98108ace21b578b523f370d22bd03commit hash: 423f059805b98108ace21b578b523f370d22bd03 files touched by this commit
Brooks Davis (brooks) search for other commits by this committer
devel/llvm18: bootstrap from devel/llvm17

This is an unmodified copy of devel/llvm17.  The next commit will
update it to LLVM 18.

Number of commits found: 13