Port details |
- llvm11 LLVM and Clang
- 11.0.1_7 devel
=1 11.0.1_7Version of this port present on the latest quarterly branch. - Maintainer: brooks@FreeBSD.org
 - Port Added: 2020-07-28 20:21:12
- Last Update: 2023-04-24 17:06:31
- Commit Hash: fb323df
- People watching this port, also watch:: grub2-bhyve, openjdk8
- Also Listed In: lang
- License: BSD3CLAUSE LLVM MIT PD REGEX LLVM2
- 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_BUILD:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/devel/llvm11/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/llvm11
- pkg install llvm11
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: llvm11
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1610040988
SHA256 (llvm-11.0.1.src.tar.xz) = ccd87c254b6aebc5077e4e6977d08d4be888e7eb672c6630a26a15d58b59b528
SIZE (llvm-11.0.1.src.tar.xz) = 38914796
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>=0,1 : textproc/py-sphinx@py39
- py39-recommonmark>=0.0.20180530 : textproc/py-recommonmark@py39
- ld.gold : devel/binutils
- swig40 : devel/swig40
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libedit.so.0 : devel/libedit
- libxml2.so : textproc/libxml2
- liblua-5.4.so : lang/lua54
- This port is required by:
- for Build
-
- devel/py-llvmlite
- devel/wasi-compiler-rt11
- for Run
-
- devel/py-llvmlite
Configuration Options:
- ===> The following configuration options are available for llvm11-11.0.1_7:
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
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
OPENMP=on: Install libomp, the LLVM OpenMP runtime library
PYCLANG=on: Install python bindings to libclang
====> 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_llvm11
- USES:
- cmake compiler:c++11-lib cpe libedit perl5 tar:xz shebangfix python:3.7+ gnome lua
- 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 |
11.0.1_7 24 Apr 2023 17:06:31
    |
Brooks Davis (brooks)  |
devel/llvm*: Consistently use python:3.7+
llvm12 was inappropriately constrained to 3.6-3.9 breaking the ability
to set 3.10 as the default. llvm11 just specified "python", but there's
no need to keep 2.7 support around. The rest had obsolete 3.6+ entries.
No functional change: This is not expected to change the version of
python used.
PR: 270978
MFH: 2023Q2
Reported by: michael.osipov@siemens.com
Sponsored by: DARPA |
11.0.1_7 18 Apr 2023 21:39:17
    |
Po-Chuan Hsieh (sunpoet)  |
devel/llvm11: Use swig40 instead of swig
Some issues for swig 4.1.1 has been fixed in patch-swig. However, it still does
not build successfully, Therefore, use swig40 instead of swig for now.
PR: 270720 |
11.0.1_7 06 Jan 2023 00:11:37
    |
Brooks Davis (brooks)  |
devel/llvm*: Fix CONFLICT on cmark
If the user has the textproc/cmark package installed, the py*-CommonMark
package will fail to install. This in turn leads to build failures down
the line when sphinx tries to load commonmark. The result is confusing
and potentially wastes a lot of build time so just conflict upfront.
The previous code attempted to do this, but I'd listed the conflict
incorrectly in 2019. :(
PR: 239636
Reported by: Stephen Roznowski <sjrbulk@verizon.net> |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11.0.1_7 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11.0.1_7 07 Sep 2022 10:26:41
    |
Tobias C. Berner (tcberner)  |
cleanup: remove trailing whitepaces |
11.0.1_7 05 Jul 2022 12:32:58
    |
Brooks Davis (brooks)  |
devel/llvm11: fix hangs with CPUTYPE=skylake-avx512
Merge commit e8305c0b8f49 from llvm git (by Simon Pilgrim)
[X86] combineX86ShuffleChain - don't fold to truncate(concat(V1,V2)) if it
was already a PACK op
Fixes #55050
PR: 264480
MFH: 2022Q3
Sponsored by: DARPA, AFRL |
11.0.1_6 03 May 2022 18:58:33
    |
Brooks Davis (brooks)  |
devel/llvm*: (NFC) extract MAN1SRCS list
Move the lists of manpages into Makefile.MAN1SRCS as with COMMANDS.
Sponsored by: DARPA, AFRL |
11.0.1_6 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
11.0.1_5 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
11.0.1_4 01 Dec 2021 16:25:54
    |
Brooks Davis (brooks)  |
devel/llvm11: Add BE_WASM option
When set, always build the WebAssembly backend (now required by Firefox
via wasi). This option effects BE_FREEBSD and BE_NATIVE. It has no
effect on BE_STANDARD.
This option is enabled by default. |
11.0.1_3 25 Nov 2021 21:40:11
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
11.0.1_3 28 Oct 2021 18:52:16
    |
Brooks Davis (brooks)  |
devel/llvm1[123]: Fix VIA PadLock xstore
Pull in the code gen portion of upstream LLVM's 2d8c18fbbdd1.
MFH: 2021Q4
Sponsored by: DARPA |
11.0.1_2 16 Oct 2021 09:51:39
    |
Jimmy Olgeni (olgeni)  |
*: fix tab vs. space issues, and comments according to the guide. |
11.0.1_2 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
11.0.1_2 27 Sep 2021 22:23:57
    |
Brooks Davis (brooks)  |
devel/llvm*: avoid crossdir links
Avoid hardlinks between PREFIX/bin and PREFIX/llvm##. This permits
them be on different filesystems.
PR: 244439 |
11.0.1_1 29 Aug 2021 19:19:33
    |
Bernhard Froehlich (decke)  |
devel/llvm11: Add CPE information
Approved by: portmgr (blanket) |
11.0.1_1 16 Jul 2021 18:00:31
    |
Brooks Davis (brooks)  |
devel/llvm1[01]: Fix lit
Correct missing renames of lit modules. [0]
Remove no-op LLD_LINK option.
PR: 257123 [0]
Reported by: Derek Schrock <dereks@lifeofadishwasher.com> |
11.0.1 15 Jun 2021 08:41:46
    |
Piotr Kubaj (pkubaj)  |
devel/llvm11: enable GOLD on powerpc |
11.0.1 20 May 2021 23:33:28
    |
Brooks Davis (brooks)  |
devel/llvm*: Fix BE_NATIVE on aarch64
Fix two bugs in native-only backend support (BE_NATIVE). First, ARCH
is aarch64 not arm64. Second, consistently spell AArch64 not AAarch64
(extra 'a').
Because this only effects aarch64 in a non-default configuration, skip
the PORTREVISION bump that is technically required to reduce excess
heating in common cases.
Reported by: Mark Millard |
11.0.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
11.0.1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
11.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11.0.1 26 Jan 2021 14:56:05
  |
pkubaj  |
devel/llvm*: enable GOLD on 14 on powerpc64 |
11.0.1 14 Jan 2021 14:34:38
  |
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
11.0.1 10 Jan 2021 14:05:33
  |
rene  |
Remove empty PY_ENUM34 from ports using Python 3.6+ |
11.0.1 08 Jan 2021 22:25:56
  |
brooks  |
llvm11: Update to 11.0.1 release
Force linkage with the base system's ncurses in lldb and disable
terminfo to avoid untracked dependencies when ncurses is installed from
ports. Ideally we'd also use the base libtinfo, but I have been unable
to find a way to force it to be used.
PR: 252120 |
11.0.0_1 24 Dec 2020 04:28:27
  |
pkubaj  |
devel/llvm10, devel/llvm11: move libllvm patches
They are actually not related to clang, but libllvm. |
11.0.0_1 24 Dec 2020 04:15:17
  |
pkubaj  |
devel/llvm11: fix libllvm runtime on powerpc64 head
Same missing patch as for llvm10. |
11.0.0 08 Nov 2020 14:02:33
  |
pkubaj  |
devel/llvm11: add GOLD and OPENMP by default on powerpc64le |
11.0.0 12 Oct 2020 22:31:08
  |
brooks  |
Welcome 11.0.0 release. |
11.0.0.r5 05 Oct 2020 19:03:49
  |
brooks  |
Update to 11.0.0rc5.
Add the AVR backend to the list of standard backends which should fix
builds with BE_NATIVE or BE_FREEBSD.
PR: 250029
Reported by: Mohammad S. Babaei
MFH: 2020Q4 |
11.0.0.r4 30 Sep 2020 21:37:38
  |
brooks  |
Update to 11.0.0rc4.
Teach clang that powerpc64le-*-freebsd* is a valid triple. |
11.0.0.r2 26 Aug 2020 22:27:14
  |
brooks  |
Upgrade to 11.0.0.rc2. |
11.0.0.r1_1 05 Aug 2020 23:48:29
  |
brooks  |
Fix build with more than one version of Python 3.x installed. [0]
Fix C++ library selection with certain targets. [1]
PR: 248386 [1], 248488 [0]
Submitted by: Greg V [1], John Hein [0] |
11.0.0.r1 28 Jul 2020 20:21:04
  |
brooks  |
Welcome 11.0.0rc1 to the tree.
Sponsored by: DARPA |