Skip to content

Commit

Permalink
sys-devel/clang-runtime: Remove obsolete warning
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Sep 14, 2022
1 parent ceaa9da commit 27079b7
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions sys-devel/clang-runtime/clang-runtime-15.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=8

inherit multilib-build toolchain-funcs
inherit multilib-build

DESCRIPTION="Meta-ebuild for clang runtime libraries"
HOMEPAGE="https://clang.llvm.org/"
Expand All @@ -24,17 +24,3 @@ RDEPEND="
libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )
"

pkg_pretend() {
if tc-is-clang; then
ewarn "You seem to be using clang as a system compiler. As of clang-15,"
ewarn "upstream has turned a few warnings that commonly occur during"
ewarn "configure script runs into errors by default. This causes some"
ewarn "configure tests to start failing, sometimes resulting in silent"
ewarn "breakage, missing functionality or runtime misbehavior. It is"
ewarn "not yet clear whether the change will remain or be reverted."
ewarn
ewarn "For more information, please see:"
ewarn "https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213"
fi
}

0 comments on commit 27079b7

Please sign in to comment.