summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/clang: Remove LLVM 14Michał Górny2023-12-221-3/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: add USE=ieee-long-double for ppc64leGeorgy Yakovlev2022-12-221-0/+1
| | | | | | | | | | | | | | | | | | | | | Forcing it via clang-common was wrong as -mabi=ieeelongdouble switch confused several build systems, including firefox and some rust apps. Instead, we switch it on compiler level, like gcc and like fedora does (who already migrated to ieee long double) For example, libcxx doesn't support -mabi=ibmlongdouble if the default is -mabi=ieeelongdouble and vice versa. So if clang is configured with ibmlongdouble default, passing ieeelongdouble will simply print a warning and ignore the switch in some cases. https://src.fedoraproject.org/rpms/clang/c/54612cbb684f201ff16961595332405cb5ab50d0?branch=rawhide https://bugzilla.redhat.com/show_bug.cgi?id=2136099 https://reviews.llvm.org/D136258 Bug: https://bugs.gentoo.org/882815 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-devel/clang: Make extra tools USE-conditionalMichał Górny2022-10-101-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: add github upstream metadataSam James2022-07-281-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* sys-devel/clang: Add USE=default-lldMichał Górny2020-08-181-0/+1
| | | | | Closes: https://bugs.gentoo.org/737178 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Remove 8*Michał Górny2020-07-311-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Drop <4Michał Górny2019-03-101-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sys-devel/clang: Enable support for Z3 backend in -9999Michał Górny2017-04-061-0/+1
|
* sys-devel/clang: Enable stand-alone builds against sys-devel/llvmMichał Górny2016-08-221-0/+2
|
* sys-devel/clang: Transfer maintenance to LLVM projectMichał Górny2016-08-161-7/+2
|
* sys-devel/{clang,llvm}: add myself as maintainerAustin English2016-06-271-0/+4
|
* sys-devel/clang: remove myself from maintainersBernard Cafarelli2016-03-291-4/+0
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* sys-devel/clang: Remove ancient 3.0 versionMichał Górny2016-01-071-1/+0
|
* sys-devel/clang: Copy maintainers from sys-devel/llvmMichał Górny2015-12-301-2/+6
| | | | | clang@ serves mostly as support address, and the actual LLVM binaries are provided by sys-devel/llvm anyway.
* sys-devel/clang: Prefix loveJustin Lecher2015-10-281-3/+3
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/clang: add rc version for testingBernard Cafarelli2015-08-241-1/+1
| | | | Package-Manager: portage-2.2.20.1
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+35
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed