Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang-common/
Date: Fri, 04 Nov 2022 17:15:00
Message-Id: 1667582082.cfbb09b161f6680435beff6aee11c618a52c014d.mgorny@gentoo
1 commit: cfbb09b161f6680435beff6aee11c618a52c014d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 14:19:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 17:14:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbb09b1
7
8 sys-devel/clang-common: Add 16.0.0_pre20221104
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang-common/Manifest | 1 +
13 .../clang-common-16.0.0_pre20221104.ebuild | 126 +++++++++++++++++++++
14 2 files changed, 127 insertions(+)
15
16 diff --git a/sys-devel/clang-common/Manifest b/sys-devel/clang-common/Manifest
17 index 59a8a48ba599..88180b9738ff 100644
18 --- a/sys-devel/clang-common/Manifest
19 +++ b/sys-devel/clang-common/Manifest
20 @@ -4,5 +4,6 @@ DIST llvm-project-15.0.3.src.tar.xz 112069972 BLAKE2B 3d29bab890467ba87fedcc4e76
21 DIST llvm-project-15.0.3.src.tar.xz.sig 438 BLAKE2B e7e0614e144eb878f694c12e97cf42ff8476e47cb55e8f259eb2ec52e303463ad753771271512e89baf0137c1382b11cfa028c85324174ebcd054a124000f537 SHA512 41229bebdb0c2df9a5e3a4d6f02d39fac7dc91f21895a659523beab4fa3ef99ff06eff5e4386221369b6e2b6f8fe974d67b7d8496d5911ce484d09ae0db8b916
22 DIST llvm-project-15.0.4.src.tar.xz 110936424 BLAKE2B a02b76ad161e352b4d3d84baffdada9c6a0e704de7a2c4017df4d4d05a9e9d02113791cd7d91c3edfa1f5bcb7ab95e1772d60f7061514928c6828600f41a8322 SHA512 9d5b664dd77c08130601636f9d6c006b257f369470ce823aa56d06698a9f0edfec42f2c90da934b9ad52c4d7960d9a024ea46dc9640275be6d191b1ba9869459
23 DIST llvm-project-15.0.4.src.tar.xz.sig 566 BLAKE2B f1a7be65fcce932dc125ae2b498f68a14e68dad0d7a1e031343c52c5dafb7b123e346f3efa50a7693584361abf01efe9401b1b5781dee6b92dc1045e538e9b7b SHA512 35899ffbd13fc44cade54246a423450571cb4b62b8d706864daa3eef2377c48e24ef3113218e39e29de995b7f7fa307f9187552766576c9050fd924beb517f6e
24 +DIST llvm-project-1fb186198af5f183dde053c1396f899567755d64.tar.gz 170328817 BLAKE2B c79199044e8d636127d1d163ceea856c1bcb1d59c892e9c72869ab788b4feb23f8c28585ac761764b4e29b883c61e43be9341610a523d8b64471200bb3aecfaa SHA512 8b366dc70506ceb70a5584ad051e100fa1cc620388fc757536ef775d102b4baaac016d4f62dbc8b1d9dd00b587622a25d9da735196d336faf35d611145cf5fdc
25 DIST llvm-project-b34ea582774c057d9bf5591174d683fd3d8aa02b.tar.gz 169735900 BLAKE2B d3a82a07f855b038071fc8eb3f41a88b4c220a577219985ecddeb9a535ea8b159dbad575699997d90a49db74c074b5f4354ad707e91d6934daaa7319e0d8ee9b SHA512 3f5525c7d893bdac701cff4cf82dafc31608920d788d9b7401654f320b2432528cf4ae8ef013182807b3dc0c5b758c71f1efeedb672dd47fdb8aa6f434dfb583
26 DIST llvmorg-13.0.1.tar.gz 147290251 BLAKE2B 2a44b012a672501761d0c27c6b3a315b69bfef0cd13b078a7e7d2fccc4a9c8c0f2bee0f164c4271c9106b0a99cb06e8b64986f66253b613336719fb86b82541b SHA512 9a8cb5d11964ba88b7624f19ec861fb28701f23956ea3c92f6ac644332d5f41fde97bd8933dd3ee70ed378058c252fa3a3887c8d1af90d219970c2b27691166f
27
28 diff --git a/sys-devel/clang-common/clang-common-16.0.0_pre20221104.ebuild b/sys-devel/clang-common/clang-common-16.0.0_pre20221104.ebuild
29 new file mode 100644
30 index 000000000000..3e43f51a0aab
31 --- /dev/null
32 +++ b/sys-devel/clang-common/clang-common-16.0.0_pre20221104.ebuild
33 @@ -0,0 +1,126 @@
34 +# Copyright 1999-2022 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +
39 +inherit bash-completion-r1 llvm.org
40 +
41 +DESCRIPTION="Common files shared between multiple slots of clang"
42 +HOMEPAGE="https://llvm.org/"
43 +
44 +LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
45 +SLOT="0"
46 +KEYWORDS=""
47 +IUSE="
48 + default-compiler-rt default-libcxx default-lld llvm-libunwind
49 + stricter
50 +"
51 +
52 +PDEPEND="
53 + sys-devel/clang:*
54 + default-compiler-rt? (
55 + sys-devel/clang-runtime[compiler-rt]
56 + llvm-libunwind? ( sys-libs/llvm-libunwind )
57 + !llvm-libunwind? ( sys-libs/libunwind )
58 + )
59 + !default-compiler-rt? ( sys-devel/gcc )
60 + default-libcxx? ( >=sys-libs/libcxx-${PV} )
61 + !default-libcxx? ( sys-devel/gcc )
62 + default-lld? ( sys-devel/lld )
63 + !default-lld? ( sys-devel/binutils )
64 +"
65 +IDEPEND="
66 + !default-compiler-rt? ( sys-devel/gcc-config )
67 + !default-libcxx? ( sys-devel/gcc-config )
68 +"
69 +
70 +LLVM_COMPONENTS=( clang/utils )
71 +llvm.org_set_globals
72 +
73 +pkg_pretend() {
74 + [[ ${CLANG_IGNORE_DEFAULT_RUNTIMES} ]] && return
75 +
76 + local flag missing_flags=()
77 + for flag in default-{compiler-rt,libcxx,lld}; do
78 + if ! use "${flag}" && has_version "sys-devel/clang[${flag}]"; then
79 + missing_flags+=( "${flag}" )
80 + fi
81 + done
82 +
83 + if [[ ${missing_flags[@]} ]]; then
84 + eerror "It seems that you have the following flags set on sys-devel/clang:"
85 + eerror
86 + eerror " ${missing_flags[*]}"
87 + eerror
88 + eerror "The default runtimes are now set via flags on sys-devel/clang-common."
89 + eerror "The build is being aborted to prevent breakage. Please either set"
90 + eerror "the respective flags on this ebuild, e.g.:"
91 + eerror
92 + eerror " sys-devel/clang-common ${missing_flags[*]}"
93 + eerror
94 + eerror "or build with CLANG_IGNORE_DEFAULT_RUNTIMES=1."
95 + die "Mismatched defaults detected between sys-devel/clang and sys-devel/clang-common"
96 + fi
97 +}
98 +
99 +src_install() {
100 + newbashcomp bash-autocomplete.sh clang
101 +
102 + insinto /etc/clang
103 + newins - gentoo-runtimes.cfg <<-EOF
104 + # This file is initially generated by sys-devel/clang-runtime.
105 + # It is used to control the default runtimes using by clang.
106 +
107 + --rtlib=$(usex default-compiler-rt compiler-rt libgcc)
108 + --unwindlib=$(usex default-compiler-rt libunwind libgcc)
109 + --stdlib=$(usex default-libcxx libc++ libstdc++)
110 + -fuse-ld=$(usex default-lld lld bfd)
111 + EOF
112 +
113 + newins - gentoo-gcc-install.cfg <<-EOF
114 + # This file is maintained by gcc-config.
115 + # It is used to specify the selected GCC installation.
116 + EOF
117 +
118 + newins - gentoo-common.cfg <<-EOF
119 + # This file contains flags common to clang, clang++ and clang-cpp.
120 + @gentoo-runtimes.cfg
121 + @gentoo-gcc-install.cfg
122 + EOF
123 +
124 + if use stricter; then
125 + newins - gentoo-stricter.cfg <<-EOF
126 + # This file increases the strictness of older clang versions
127 + # to match the newest upstream version.
128 +
129 + # clang-16 defaults
130 + -Werror=implicit-function-declaration
131 + -Werror=implicit-int
132 + -Werror=incompatible-function-pointer-types
133 + EOF
134 +
135 + cat >> "${ED}/etc/clang/gentoo-common.cfg" <<-EOF || die
136 + @gentoo-stricter.cfg
137 + EOF
138 + fi
139 +
140 + local tool
141 + for tool in clang{,++,-cpp}; do
142 + newins - "${tool}.cfg" <<-EOF
143 + # This configuration file is used by ${tool} driver.
144 + @gentoo-common.cfg
145 + EOF
146 + done
147 +}
148 +
149 +pkg_preinst() {
150 + if has_version -b sys-devel/gcc-config && has_version sys-devel/gcc
151 + then
152 + local gcc_path=$(gcc-config --get-lib-path 2>/dev/null)
153 + if [[ -n ${gcc_path} ]]; then
154 + cat >> "${ED}/etc/clang/gentoo-gcc-install.cfg" <<-EOF
155 + --gcc-install-dir="${gcc_path%%:*}"
156 + EOF
157 + fi
158 + fi
159 +}