aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-24 15:55:55 +0200
committerMichał Górny <mgorny@gentoo.org>2022-07-24 15:55:55 +0200
commit7dc22525e5170f646a8019f555d950276c4f208a (patch)
tree4d29472e244fbb4555d1112438d8649c1c88a11f
parentRemove old Python-related news items (diff)
downloadgentoo-news-7dc22525e5170f646a8019f555d950276c4f208a.tar.gz
gentoo-news-7dc22525e5170f646a8019f555d950276c4f208a.tar.bz2
gentoo-news-7dc22525e5170f646a8019f555d950276c4f208a.zip
Remove old LLVM_TARGETS news item
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--2016-10-25-llvm_3_9_with_llvm_targets/2016-10-25-llvm_3_9_with_llvm_targets.en.txt41
1 files changed, 0 insertions, 41 deletions
diff --git a/2016-10-25-llvm_3_9_with_llvm_targets/2016-10-25-llvm_3_9_with_llvm_targets.en.txt b/2016-10-25-llvm_3_9_with_llvm_targets/2016-10-25-llvm_3_9_with_llvm_targets.en.txt
deleted file mode 100644
index d5656db..0000000
--- a/2016-10-25-llvm_3_9_with_llvm_targets/2016-10-25-llvm_3_9_with_llvm_targets.en.txt
+++ /dev/null
@@ -1,41 +0,0 @@
-Title: LLVM 3.9 with LLVM_TARGETS
-Author: Michał Górny <mgorny@gentoo.org>
-Content-Type: text/plain
-Posted: 2016-10-25
-Revision: 1
-News-Item-Format: 1.0
-Display-If-Installed: <sys-devel/llvm-3.9
-
-The newest release of LLVM 3.9 has undergone major Gentoo changes,
-and may require explicit action prior to the upgrade. In this release,
-the semi-implicit target choice has been replaced with an explicit
-LLVM_TARGETS flag set.
-
-If you did not enable USE=multitarget, no action should be required.
-The targets for your host CPU, Berkeley Packet Filter (used by some
-packages) and possibly two major GPUs (AMDGPU and NVPTX) will be enabled
-by default which is a superset of the previous default. However, you may
-want to disable some of those targets if you do not intend to install
-packages requiring them (dev-util/bcc, media-libs/mesa).
-
-If you enabled USE=multitarget, you will now need to specify all
-the requested targets explicitly. The old flag will be preserved
-for some time for compatibility reasons; however, it will only enforce
-explicitly selecting all targets.
-
-In order to enable all targets, add the following to your
-/etc/portage/package.use or equivalent file:
-
- sys-devel/llvm LLVM_TARGETS: *
- sys-devel/clang LLVM_TARGETS: *
-
-If you had to use USE=multitarget to enable some of the targets you
-needed, you can now disable the flag and specify those targets
-explicitly.
-
-Please also note that starting with LLVM-4.0, sys-devel/clang will be
-built as a separate package and the enabled LLVM_TARGETS for that
-package will actually enforce requested targets.
-
-Setting LLVM_TARGETS globally is discouraged as it can cause bootstrap
-issues with sys-libs/compiler-rt in the future.