[Bug 263456] [exp-run] update LLVM_DEFAULT to 15
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 263456] [exp-run] update LLVM_DEFAULT to 13"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Dec 2022 23:13:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263456
--- Comment #23 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:
URL:
https://cgit.FreeBSD.org/ports/commit/?id=d2a712f7c12ae14b03c48b4098a7d84d6b0744ca
commit d2a712f7c12ae14b03c48b4098a7d84d6b0744ca
Author: Tobias C. Berner <tcberner@FreeBSD.org>
AuthorDate: 2022-12-17 20:28:23 +0000
Commit: Tobias C. Berner <tcberner@FreeBSD.org>
CommitDate: 2022-12-17 23:10:10 +0000
devel/android-tools-simpleperf: lock llvm-version at 9
LLVM_DEFAULT will be bumped to 15, this port fails with:
[...]
/usr/local/llvm15/include/llvm/ADT/STLForwardCompat.h:74:21:
error: no template named 'remove_cv_t' i n namespace 'std'; did
you mean 'remove_cv'?
using type = std::remove_cv_t<std::remove_reference_t<T>>;
~~~~~^~~~~~~~~~~
remove_cv
[...]
PR: 263456
devel/android-tools-simpleperf/Makefile | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.