diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:09:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:11 +0100 |
commit | b060a63ee02c38b2fa87212b3770c0d016bf3af7 (patch) | |
tree | 7ece9dabf8d25d95e18c38970ce4b98c92b5912c /profiles/features/llvm | |
parent | Move {dev-libs/libclc → llvm-core/libclc} (diff) | |
download | gentoo-b060a63ee02c38b2fa87212b3770c0d016bf3af7.tar.gz gentoo-b060a63ee02c38b2fa87212b3770c0d016bf3af7.tar.bz2 gentoo-b060a63ee02c38b2fa87212b3770c0d016bf3af7.zip |
Move sys-libs/llvm-libunwind → llvm-runtimes/libunwind
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/features/llvm')
-rw-r--r-- | profiles/features/llvm/make.defaults | 4 | ||||
-rw-r--r-- | profiles/features/llvm/package.use | 2 | ||||
-rw-r--r-- | profiles/features/llvm/packages | 2 | ||||
-rw-r--r-- | profiles/features/llvm/packages.build | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/profiles/features/llvm/make.defaults b/profiles/features/llvm/make.defaults index f36599c1e300..5a49b6718476 100644 --- a/profiles/features/llvm/make.defaults +++ b/profiles/features/llvm/make.defaults @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # this is for now highly experimental -dilfridge @@ -44,7 +44,7 @@ BOOTSTRAP_USE="${BOOTSTRAP_USE} ssl curl_ssl_openssl" # sys-devel/llvm BOOTSTRAP_USE="${BOOTSTRAP_USE} -binutils-plugin" -# sys-devel/clang, sys-devel/clang-runtime, sys-libs/llvm-libunwind, sys-libs/libcxx, sys-libs/libcxxabi +# sys-devel/clang, sys-devel/clang-runtime, llvm-runtimes/libunwind, sys-libs/libcxx, sys-libs/libcxxabi BOOTSTRAP_USE="${BOOTSTRAP_USE} compiler-rt clang libunwind" # sys-devel/clang diff --git a/profiles/features/llvm/package.use b/profiles/features/llvm/package.use index b929e71ac461..7c8a171f3133 100644 --- a/profiles/features/llvm/package.use +++ b/profiles/features/llvm/package.use @@ -1,5 +1,5 @@ # Make static linking work by default for simple binaries (bug #892956) -sys-libs/llvm-libunwind static-libs +llvm-runtimes/libunwind static-libs # use lld by default sys-devel/llvm -binutils-plugin diff --git a/profiles/features/llvm/packages b/profiles/features/llvm/packages index 9536b85862f3..6a13de712643 100644 --- a/profiles/features/llvm/packages +++ b/profiles/features/llvm/packages @@ -5,7 +5,7 @@ *sys-libs/libcxx *sys-libs/libcxxabi *sys-libs/compiler-rt -*sys-libs/llvm-libunwind +*llvm-runtimes/libunwind # not needed with clang -*sys-devel/gcc diff --git a/profiles/features/llvm/packages.build b/profiles/features/llvm/packages.build index fd1e69e329e3..00f7e8397930 100644 --- a/profiles/features/llvm/packages.build +++ b/profiles/features/llvm/packages.build @@ -5,7 +5,7 @@ sys-libs/libcxx sys-devel/llvm sys-devel/lld sys-devel/clang -sys-libs/llvm-libunwind +llvm-runtimes/libunwind # remove gcc & friends -sys-devel/gcc |