Summary
The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Features and Goals Some of the goals for the project include the following: End-User Features: Fast compiles and low memory use Expressive diagnostics GCC compatibility Utility and Applications: Modular library based architecture Support diverse clients (refactoring, static analysis, code generation, etc) Allow tight integration with IDEs Use the LLVM BSD License Internal Design and Implementation: A real-world, production quality compiler A simple and hackable code base A single unified parser for C, Objective C, C++, and Objective C++ Conformance with C/C++/ObjC and their variants
Versions
v20.0.0.9999 :: 20/20.0.0.9999 :: gentoo
- Modified
- License
- Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
- USE flags
- debug doc extra ieee-long-double pie static-analyzer test xml
v20.0.0_pre20241004 :: 20/20.0.0_pre20241004 :: gentoo
- Modified
- License
- Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
- USE flags
- debug doc extra ieee-long-double pie static-analyzer test xml
v20.0.0_pre20240924 :: 20/20.0.0_pre20240924 :: gentoo
- Modified
- License
- Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
- USE flags
- debug doc extra ieee-long-double pie static-analyzer test xml
v19.1.1 :: 19/19.1 :: gentoo
- Modified
- License
- Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
- Keywords
- ~amd64 ~amd64-linux ~arm ~arm64 ~arm64-macos ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x64-macos ~x86
- USE flags
- debug doc extra ieee-long-double pie static-analyzer test verify-sig xml
v18.1.8 :: 18/18.1 :: gentoo
- Modified
- License
- Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
- Keywords
- amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~arm64-macos ~loong ~mips ~riscv ~x64-macos
- USE flags
- debug doc extra ieee-long-double pie static-analyzer test verify-sig xml
v17.0.6 :: 17/17 :: gentoo
- Modified
- License
- Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
- Keywords
- amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~arm64-macos ~loong ~riscv ~x64-macos
- USE flags
- debug doc extra ieee-long-double pie static-analyzer test verify-sig xml
v16.0.6 :: 16/16 :: gentoo
- Modified
- License
- Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
- Keywords
- amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~arm64-macos ~loong ~riscv ~x64-macos
- USE flags
- debug doc extra ieee-long-double pie static-analyzer test verify-sig xml
v15.0.7-r3 :: 15/15g1 :: gentoo
- Modified
- License
- Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT
- Keywords
- amd64 arm arm64 ppc ppc64 sparc x86 ~amd64-linux ~riscv ~x64-macos
- USE flags
- debug doc extra ieee-long-double pie static-analyzer test verify-sig xml
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- extra
- Build extra tools (clangd, clang-tidy and a few more)
- ieee-long-double
- Use accelerated 128-bit IEEE long double ABI (ppc64le only)
- pie
- Build programs as Position Independent Executables (a security hardening technique)
- static-analyzer
- Install the Clang static analyzer
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- verify-sig
- Verify upstream signatures on distfiles
- xml
- Add support for XML files
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
llvm_targets
- AArch64
- AArch64 CPU target (arm64 in Gentoo)
- AMDGPU
- AMDGPU target (supports R600 and GCN GPUs)
- ARC
- ARC (Argonaut RISC Core) embedded CPU target [EXPERIMENTAL]
- ARM
- ARM CPU target
- AVR
- 8-bit Atmel AVR microcontroller target
- BPF
- Berkeley Packet Filter target
- CSKY
- C-SKY CPU target [EXPERIMENTAL]
- DirectX
- DirectX target [EXPERIMENTAL]
- Hexagon
- Qualcomm Hexagon DSP target
- Lanai
- Lanai CPU target
- LoongArch
- LoongArch CPU support [EXPERIMENTAL]
- M68k
- Motorola 68000 target [EXPERIMENTAL]
- MSP430
- MSP430 CPU target (experimental)
- Mips
- MIPS CPU target (includes MIPS64)
- NVPTX
- NVIDIA PTX (GPU) target (32-bit and 64-bit)
- PowerPC
- PowerPC CPU target (PPC32 and PPC64)
- RISCV
- RISC-V CPU target
- SPIRV
- Support SPIR-V language target for graphics and parallel computing
- Sparc
- Sparc CPU target
- SystemZ
- SystemZ (s390x) CPU target
- VE
- NEC SX-Aurora TSUBASA vector engine target
- WebAssembly
- WebAssembly backend
- X86
- X86 CPU target (includes amd64)
- XCore
- XCore CPU target
- Xtensa
- Tensilica Xtensa (ESP32) CPU target [EXPERIMENTAL]
python_single_target
- python3_10
- Build for Python 3.10 only
- python3_11
- Build for Python 3.11 only
- python3_12
- Build for Python 3.12 only
- python3_13
- Build for Python 3.13 only
Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
Runtime Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-libs / libxml2 : XML C parser and toolkit
sys-devel / clang-common : Common files shared between multiple slots of clang
Depending packages
app-forensics / aflplusplus : Fork of AFL, the popular compile-time instrumentation fuzzer
app-text / doxygen : Documentation system for most programming languages
app-vim / vim-clang-format : Vim plugin for clang-format
dev-cpp / eigen : C++ template library for linear algebra
dev-db / postgresql : PostgreSQL RDBMS
dev-debug / bpftrace : High-level tracing language for eBPF
dev-debug / lldb : The LLVM debugger
dev-lang / ispc : Intel SPMD Program Compiler
dev-lang / moarvm : A 6model-based VM for NQP and Raku
dev-lang / rakudo : A compiler for the Raku programming language
dev-lang / ruby : An object-oriented scripting language
dev-lang / zig : A robust, optimal, and maintainable programming language
dev-libs / castxml : C-family abstract syntax tree XML output tool
dev-libs / opencl-clang : OpenCL-oriented thin wrapper library around clang
dev-libs / pocl : Portable Computing Language (an implementation of OpenCL)
dev-libs / rocm-comgr : Radeon Open Compute Code Object Manager
dev-libs / rocm-device-libs : Radeon Open Compute Device Libraries
dev-libs / rocr-runtime : Radeon Open Compute Runtime
dev-lisp / c2ffi : Clang-based FFI wrapper generator for Common Lisp
dev-python / clang-python : Python bindings for sys-devel/clang
dev-python / clang-python : Python bindings for sys-devel/clang
dev-python / pyside2 : Python bindings for the Qt framework
dev-python / pyside2-tools : PySide development tools (pyside2-lupdate with support for Python)
dev-python / pyside6 : Python bindings for the Qt framework
dev-python / pyside6-tools : PySide development tools (pyside6-lupdate with support for Python)
dev-python / shiboken2 : Python binding generator for C++ libraries
dev-python / shiboken6 : Python binding generator for C++ libraries
dev-qt / qdoc : Qt documentation generator
dev-qt / qt-creator : Lightweight IDE for C++/QML development centering around Qt
dev-qt / qttools : Qt Tools Collection
dev-util / Tensile : Stretching GPU performance for GEMMs and tensor contractions
dev-util / bcc : Tools for BPF-based Linux IO analysis, networking, monitoring, and more
dev-util / bindgen : Automatically generates Rust FFI bindings to C and C++ libraries.
dev-util / ccls : C/C++/ObjC language server
dev-util / clazy : Compiler plugin which allows clang to understand Qt semantics
dev-util / cvise : Super-parallel Python port of the C-Reduce
dev-util / edi : An EFL-based IDE
dev-util / gnome-builder : An IDE for writing GNOME-based software
dev-util / hip : C++ Heterogeneous-Compute Interface for Portability
dev-util / hipcc : Radeon Open Compute hipcc
dev-util / hipify-clang : A set of tools to translate CUDA source code into portable HIP C++
dev-util / include-what-you-use : Find unused include directives in C/C++ programs
dev-util / intel_clc : intel_clc tool used for building OpenCL C to SPIR-V
dev-util / kdevelop : Integrated Development Environment, supporting KF6/Qt, C/C++ and much more
dev-util / perf : Userland tools for Linux Performance Counters
games-board / jja : swiss army knife for chess file formats
games-strategy / s25rttr : Open source remake of The Settlers II: Gold Edition (needs original data files)
gnustep-base / gnustep-make : GNUstep Makefile Package
media-libs / mesa : OpenGL-like graphic library for Linux
media-libs / oidn : Intel® Open Image Denoise library
media-libs / osl : Advanced shading language for production GI renderers
sys-devel / binutils-apple : Darwin Xtools matching Xcode Tools binutils-apple
sys-devel / clang-crossdev-wrappers : Symlinks to a Clang crosscompiler
sys-devel / clang-toolchain-symlinks : Symlinks to use Clang on GCC-free system
sys-devel / rust-std : Rust standard library, standalone (for crossdev)
sys-libs / csu : Darwin Csu (crt1.o) - Mac OS X 10.10 version
Bugs
- 509696
- app-admin/gam-server-0.1.10-r3 with =sys-devel/clang-3.4-r100 - gam_eq.c:127:3: error: non-void function 'gam_eq_flush' should return a value [-Wreturn-type]
- 509700
- app-arch/arj-3.10.22-r8 with sys-devel/clang miscompiles postproc - ./linux-gnu/en/rs/tools/postproc linux-gnu/en/rs/arj/arj: Patch not found
- 527274
- sys-apps/hdparm-9.45 with sys-devel/clang-3.5.0 - x86_64-pc-linux-gnu-clang-3.5.0: error: unknown argument: '-fkeep-inline-functions'
- 616566
- sys-devel/clang-4.0.0 uses the wrong chost prefix for symlinks (CHOST != CHOST_arm)
- 651908
- sys-devel/clang should create ${CHOST}-clang & co symlinks based on LLVM_TARGETS
- 662108
- sys-devel/clang doesn't install i586-pc-linux-gnu-clang{,++} when CHOST=i586-pc-linux-gnu
- 688638
- sys-devel/clang-8.0.0 fails tests: FAILED: test/CMakeFiles/check-clang
- 703268
- sys-devel/clang-8.0.1 fails test
- 723114
- sys-devel/clang-10.0.0 - .../work/x/y/llvm/utils/lit/lit/formats/googletest.py", line 44, in getGTestTests raise StopIteration
- 727610
- <sys-devel/clang-11.0.0: Straight Line Speculation mitigation for ARMv8 (CVE-2020-13844)
- 730072
- sys-devel/clang-10.x fails test: clang-tidy/checkers/abseil-duration-factory-scale.cpp
- 731264
- sys-devel/clang fails to cross compile (needs CBUILD clang-tblgen)
- 734114
- sys-devel/clang-10.0.1 testfailure: Clangd document-link.test
- 753380
- sys-devel/clang should put run-clang-tidy into PATH
- 768267
- sys-devel/clang: undefined symbol: LLVMInitializeNVPTXTargetInfo (at runtime if llvm dropped it)
- 796563
- sys-devel/clang-12.0.0-r1 fails tests
- 821181
- sys-devel/clang: Unicode "bidirectional override" vulnerabilities (CVE-2021-42574)
- 828694
- sys-devel/clang-15.0.6 - One or more CMake variables were not used by the project: LLVM_BUILD_TESTS
- 829602
- sys-devel/clang-13.0.0 - .../tools/extra/clangd/CompletionModel.cpp {standard input}: Assembler messages: {standard input}:177127: Error: operand out of range
- 834571
- sys-devel/clang: postinst should display a warning if built with default-libcxx
- 838373
- sys-devel/clang: compilation of e.g. www-client/firefox-99.0.1 and mail-client/thunderbird fails (error: always_inline function '_mm_crc32_u64' requires target feature 'crc32')
- 846500
- dev-util/clazy-1.11-r1 won't build with sys-devel/clang-14.0.3 (ld.lld: error: /usr/lib/llvm/14/lib/libclang-cpp.so is incompatible with elf64-x86-64)
- 870055
- sys-devel/clang: please upstream prefix-specific patches
- 875641
- dev-qt/qtwebengine: update has_version test for sys-devel/clang[default-libcxx]
- 884395
- sys-devel/clang: check whether needs adaptation for IEEE long double
- 891737
- sys-devel/clang-15.0.7-r1 fails to emerge
- 893382
- sys-devel/clang-14.0.6-r1: relocation R_X86_64_TPOFF32 against `_ZL13BottomOfStack' can not be used when making a shared object; recompile with -fPIC
- 899582
- sys-devel/clang provides incomplete static libraries in llvm profiles (missing TF helpers, e.g. ld.lld: error: undefined symbol: __multf3)
- 902851
- dev-libs/darts-0.32h_pre20181117064816: build failed with sys-devel/clang-16.0.0 (error: no member named 'random_shuffle' in namespace 'std')
- 904143
- sys-devel/clang does not deploy clang-*-wrapper files
- 907923
- sys-devel/clang: add pgo use flag
- 907931
- sys-devel/clang: add BOLT use flag
- 912678
- sys-devel/clang-17.0.0_rc2[debug]: ICE when building dev-libs/boost-1.83.0-r1
- 914452
- sys-devel/clang-17.0.1:17/17 failed to emerge: x86_64-pc-linux-gnu-ld: error: undefined symbol
- 914888
- sys-devel/clang-16.0.6 - fails to build with '-Os' with sys-devel/gcc:13 on ppc64
- 917361
- sys-devel/gcc, sys-devel/clang: maybe install ${COMPILER}-cachekey or such for ccache usage
- 925313
- sys-devel/clang-17.0.6 - QA Notice: One or more CMake variables were not used by the project: CMAKE_DISABLE_FIND_PACKAGE_CUDAToolkit - CMAKE_DISABLE_FIND_PACKAGE_hsa-runtime64
- 928658
- sys-devel/clang doesn't show the same behaviour of libclang
- 929228
- sys-devel/clang-18.1.3 crashes building ncnn (was: dev-libs/ncnn-20240410 - [clang] fatal error: error in backend: Cannot select: <snip>: v32bf16 = insert_subvector <snip>, <snip>, Constant:i64<16>)
- 930669
- sys-devel/clang-18.1.4: ICE when building gui-wm/wayfire-0.8.1-r1
- 932815
- sys-devel/clang-18.1.6: OOM with GCC14 i586-pc-linux-gnu/bin/ld: /usr/lib/llvm/18/lib/libLLVM.so.18.1: error adding symbols: memory exhausted
- 937391
- sys-devel/clang-17.0.6 - [icu-75.1] [gcc-15] /.../Twine.h: error: const class llvm::SmallVectorImpl<char> has no member named data
- 938665
- sys-devel/clang: Module import path mismatch in the intercept-build tool
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 20.0.0_pre20241004 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.1.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: stop setting GCC_INSTALL_PREFIX for prefix
Clang 19 deprecates the GCC_INSTALL_PREFIX CMake option. We now handle this via config files installed by gcc-config. If there's any remaining issues for Prefix, it should be handled over there or in sys-devel/clang-common. Closes: https://bugs.gentoo.org/939816 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 20.0.0_pre20240924 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update 20.0.0.9999 for removed components
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.1.0 (final)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 20.0.0_pre20240917 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 20.0.0_pre20240910 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Keyword 18.1.8 mips, #939297
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.1.0_rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 20.0.0_pre20240830 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 20.0.0_pre20240822 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.1.0_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 20.0.0_pre20240815 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 20.0.0_pre20240808 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.1.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 20.0.0_pre20240801 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Make component mismatches fatal
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 19.1.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add clang-nvlink-wrapper
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 18.1.8 sparc, #935984
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 20.x live ebuilds
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 18.1.8 x86, #935984
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 18.1.8 ppc64, #935984
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 18.1.8 ppc, #935984
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 18.1.8 arm, #935984
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 18.1.8 arm64, #935984
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 18.1.8 amd64, #935984
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240720 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240712 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240706 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Pacho Ramos · gentoo
sys-devel/clang: enable py3.12
Closes: https://bugs.gentoo.org/933997 Signed-off-by: Pacho Ramos <pacho@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240630 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.1.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240623 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: llvm/lib/Transforms/Hello is gone
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240615 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240608 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.1.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Install clang-installapi
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240525 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.1.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240518 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240509 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240504 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.1.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240427 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240420 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.1.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240410 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240404 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.1.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240330 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 17.0.6 sparc, #920044
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 17.0.6 ppc, #920044
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 17.0.6 ppc64, #920044
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 17.0.6 arm, #920044
Signed-off-by: Sam James <sam@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240322 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.1.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240316 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240309 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: sys-devel/lld is now keyworded on ~sparc
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Rekeyword 18.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 18.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240302 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 18.1.0_rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240224 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.1.0_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add sys-devel/lld test dep
Add sys-devel/lld as a test dependency, to ensure more consistent test runs. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240218 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix missing myst-parser dep for manpage builds
Bug: https://bugs.gentoo.org/924706 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport GCC 14 build fix to 17.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240210 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Migrate to llvm-utils
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.1.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240203 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 18.0.0*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 18.1.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.0.0_pre20240127 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Alexey Sokolov · gentoo
sys-devel/clang: keyword ~arm64-macos
Bug: https://bugs.gentoo.org/758167 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 19.x live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20240120 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20240113 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sys-devel/clang: Stabilize 17.0.6 x86, #920044
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove redundant cmake dep
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 17.0.6 arm64, #920044
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 17.0.6 amd64, #920044
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20240106 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231228 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 15.0.7-r1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove LLVM 14
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231222 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231215 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231129 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 17.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231119 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 17.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 17.0.4.9999 (live)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231111 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231104 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 17.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: 17.x is now 17.0.4.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231025 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231019 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix EmptyGlobalAssignment
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 17.0.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r3 x86, #908320
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r3 ppc, #908320
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r3 arm, #908320
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 14.0.6-r4 x86, #908321
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 14.0.6-r4 sparc, #908321
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231013 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 17.x live is now 17.0.3.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 17.0.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 18.x replaced recommonmark w/ myst-parser
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20231002 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 17.x is now 17.0.2.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20230925 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 17.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 17.x is now 17.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20230906 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 17.0.0_rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20230829 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20230825 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 14.0.6-r4 arm, #908321
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20230820 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20230810 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.0.0_pre20230803 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 17.x snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 16.0.6 sparc, #908385
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 16.0.6 ppc, #908385
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 16.0.6 arm, #908385
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 18.x live ebuilds
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove old snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230722 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r3 ppc64, #908320
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230717 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 14.0.6-r4 amd64, #908321
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r3 amd64, #908320
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 14.0.6-r4 arm64, #908321
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r3 arm64, #908320
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 14.0.6-r4 ppc64, #908321
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r3 sparc, #908320
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 16.0.6 x86, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 16.0.6 ppc64, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 16.0.6 arm64, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 16.0.6 amd64, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 17.0.0_pre20230630
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230705 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230630 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Enable py3.12 in 16.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 17.0.0_pre20230609
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230620 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 16.0.5 amd64, #908385
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix running tests in 17.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230615 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Enable py3.12 in 17.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.6.9999 (branch is closed)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 16.0.5 ppc64, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 16.x live is now 16.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230609 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Update 17.0.0.9999 for CLANG_RESOURCE_DIR support
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230602 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: restore filter-lto for 16.x for now
We've reverted it upstream for 16.x, but will be fixed for 17. Bug: https://bugs.gentoo.org/873670 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230526 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230520 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 16.x live is now 16.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove obsolete -flto filtering from live ebuilds
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Backport test fix (related to UB fix) to 14.0.6-r4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport test fix (related to UB fix) to 15.0.7-r3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230512 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 16.x live is now 16.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove old snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230502 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Enable assertions in 17.x by default
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230421 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Install clang-linker-wrapper in 16.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: 16.x live is now 16.0.3.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230414 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Install clang-*-wrapper tools in 15.0.7-r1
Add missing `clang-*-wrapper` tools to 15.0.7-r1. Since these tools aren't crucial to clang operation, let's add them without revbump to avoid forcing a huge rebuild on everyone. The `clang-linker-wrapper` is already installed by 17.x, and I have requested backporting a fix to get it installed into 16.x release branch. The two remaining tools were already removed in 16.x. Bug: https://bugs.gentoo.org/904143 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: fix PV to be 16.0.2.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: 16.x is now 16.0.2.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Use CLANG_ENABLE_LIBXML2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230325 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update CUDA disable in 17.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update distribution components in 17.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230314 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update test components for 17.0.0.9999
We can remove the additional test components from clang, now that sys-devel/llvm installs the respective libraries for us. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/clang: keyword 16.0.0_rc4 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.0_rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 17.0.0_pre20230225
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230304 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Reenable EH/RTTI in *.9999
This will also be the part of the next 16.x RC and 17.x snapshot. Bug: https://bugs.gentoo.org/884193 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230225 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/clang: keyword 16.0.0_rc3 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix typo in tc-is-gcc
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix automagic dep on HSA runtime
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230218 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230211 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/clang: keyword 16.0.0_rc2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Ian Jordan · gentoo
sys-devel/llvm sys-devel/clang: GCC -flto ICE mitigation
GCC causes an ICE in llvm/clang when compiled with LTO, this has been tested with every version of GCC with each version of llvm/clang in tree but does not happened when clang compiles itself with LTO. This will stop many of the issues people face with using LTO systemwide on Gentoo until this get fixed upstreamed but I left the bug itself on b.g.o so this tested with each release and removed once finally solved. It's unclear if this is a GCC bug or a LLVM one (GCC miscompilation, UB in LLVM meaning "miscompiled" but it's LLVM's fault, or a bug in LLVM itself which only shows up when built with GCC). Bug: https://bugs.gentoo.org/873670 Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106943 Bug: https://github.com/llvm/llvm-project/issues/57740 Bug: https://github.com/llvm/llvm-project/issues/60877 Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29496 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0 snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0_pre20230203 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 13.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/clang: keyword 16.0.0_rc1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20230127 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 15.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r1 x86, #891893
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r1 sparc, #891893
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r1 ppc, #891893
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.7-r1 arm, #891893
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.7-r1 arm64, #891893
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.7-r1 amd64, #891893
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 17.0.0.9999 live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.7-r1 ppc64, #891893
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Include the whole llvm/lib/Testing dir in checkout
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Update components for 16.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20230101
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump the subslot on 15.0.7
Closes: https://bugs.gentoo.org/890818 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 15.x live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
sys-devel/clang: Drop cross-compiling hack from 16.0.0.9999
My upstream fix was merged, so this is no longer needed. Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/clang: keyword 16.0.0_pre20230107 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
sys-devel/clang: Fix cross-compiling clang after the first time
I was only half right before. LLVM_TOOLS_BINARY_DIR is only used to find llvm-tblgen, not clang-tblgen. The latter is found on the PATH, but we cannot rely on that because llvm.eclass adds ESYSROOT's LLVM bin to the PATH, and that breaks cross-compiling after the time time. Instead, we must override the location with CLANG_TABLEGEN, as we did previously. Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20230107 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - James Le Cuirot · gentoo
sys-devel/clang: Move clang prefix tweaks from profile
Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre2022* snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove the 15.0.6-r0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 15.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - James Le Cuirot · gentoo
sys-devel/clang: Fix cross-compiling of V16
`LLVM_TOOLS_BINARY_DIR` is now used to find llvm-tblgen and clang-tblgen. clang-tblgen is still not normally installed, but it only needs an additional, albeit inappropriate, configure option now. An upstream fix is under review. Bug: https://bugs.gentoo.org/731264 Signed-off-by: James Le Cuirot <chewi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6-r1 x86, #890000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6-r1 sparc, #890000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6-r1 ppc64, #890000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6-r1 ppc, #890000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6-r1 arm64, #890000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6-r1 arm, #890000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6-r1 amd64, #890000
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6 sparc, #886483
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6 x86, #886483
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6 ppc64, #886483
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6 ppc, #886483
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6 arm, #886483
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport a?b:c noreturn fix to 15.0.6-r1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/clang: keyword 16.0.0_pre20230101 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20230101 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/clang: keyword 16.0.0_pre20221226 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221226 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20221210
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
sys-devel/clang: don't gate ieee-long-double behind USE=ppc64
in case someone does cross and wants to switch ppc64 target to use that. Bug: https://bugs.gentoo.org/882815 Closes: https://github.com/gentoo/gentoo/pull/28767 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Georgy Yakovlev · gentoo
sys-devel/clang: add USE=ieee-long-double for ppc64le
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> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old snapshots
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.6 amd64, #886483
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.6 arm64, #886483
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221217 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221210 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/clang: keyword 16.0.0_pre20221205 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221205 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove prefix patches from 16.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20221120
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 15.0.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.5 x86, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.5 amd64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 15.x is now 15.0.6.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
sys-devel/clang: keyword 16.0.0_pre20221126 for ~loong
On real Loongson 3A5000 hardware: ``` Failed Tests (1): Clang :: Analysis/localization-aggressive.m Testing Time: 1057.05s Skipped : 5 Unsupported : 170 Passed : 31461 Expectedly Failed: 28 Failed : 1 ``` The only failure is macOS-related, and does not affect Linux usage. See: https://github.com/gentoo/gentoo/pull/28443 Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 15.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20221113
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221126 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.5 arm, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.5 arm64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.5 ppc64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.5 sparc, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Move clang-runtime back to PDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221120 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 15.0.5 ppc, #881853
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20221104
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Stable-live is now 15.0.5.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221113 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update CLANG_RESOURCE_DIR following upstream
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove obsolete EH/RTTI overrides
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Pass CLANG_INCLUDE_TESTS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add third-party to LLVM_TEST_COMPONENTS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20221023
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sys-devel/clang: Stabilize 15.0.3 amd64, #878087
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221104
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Move clang-runtime to RDEP in 16.0.0.9999
Move sys-devel/clang-runtime dependency from PDEPEND to RDEPEND. This should not introduce nonsolvable circular dependencies, as runtime packages only BDEPEND on sys-devel/clang, and possibly reduce the risk of breakage due to runtimes being rebuilt too late. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20221016
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/clang: Stabilize 15.0.3 x86, #878087
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/clang: Stabilize 15.0.3 arm, #878087
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.3 ppc64, #878087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.3 arm64, #878087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 15.0.3 sparc, #878087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.4.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update component list for 16.0.0_pre20221023+
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221023 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20221010
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 15.0.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Check the whole llvm/utils out to fix build
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove apparently redundant LLVM_BUILD_TESTS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20221016 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Rebase the patchset for 15.0.3.9999
Closes: https://bugs.gentoo.org/876877 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20221006
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove redundant LLVM_MAIN_SRC_DIR
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove unnecessary LLVM_EXTERNAL_LIT hack
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove obsolete LLVM_CMAKE_PATH
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Make extra tools USE-conditional
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.0_pre20221010
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 15.x is now 15.0.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Set subslot to LLVM_SOABI
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Use the new version vars
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20220930
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 15.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.0_pre20221006
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove duplicate PDEP on clang-common
Reported by Arfrever. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20220918
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Backport config support to 15.0.2.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove obsolete default-* flags in 16.x
Now that the defaults are controlled via the configuration file, remove the relevant flags from the sys-devel/clang ebuilds. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Enable config file support in 16.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20220930 snapshot
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20220926, it is too broken
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 15.x live is now 15.0.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 16.0.0_pre20220926
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 15.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add symlinks PDEP to 15.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 16.0.0_pre20220915
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump live to 15.0.1.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add PDEP on clang-toolchain-symlinks
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20220918 snap
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.0.0_pre20220915 snap
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport -Werror reverts as 15.0.0-r1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update components for 16.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Rebase the patchset for 16.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add keywords to 15.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump 15.0.0 patchset
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 15.0.0 RCs
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.0_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 15.0.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 16.* live ebuilds
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 14.0.6-r1 sparc, #862999
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/clang: x86 stable wrt bug #861950
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 14.0.6-r1 arm64, #861950
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 14.0.6-r1 arm, #861950
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/clang: amd64 stable wrt bug #861950
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/clang: ppc64 stable wrt bug #861950
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport MinGW patch to 14.0.6-r1
Closes: https://bugs.gentoo.org/788430 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove obsolete test hack from 15.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update distribution components for 15.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add a workaround for broken test source in 15.x
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 14.0.4 arm, #849464
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 14.0.6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update LLVM_MANPAGES value in 14.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Manifest manpage tarball
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Replace obsolete LLVM_MANPAGES value
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 14.0.5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/clang: x86 stable wrt bug #849464
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/clang: ppc64 stable wrt bug #849464
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/clang: arm64 stable wrt bug #849464
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="arm64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/clang: amd64 stable wrt bug #849464
Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Pregen manpages for 14.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 14.0.4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - orbea · gentoo
sys-devel/clang: Don't hardcode ninja
Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25272 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Switch to pregen manpages
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 14.0.3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Modernize
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove LLVM 11
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
sys-devel/clang: Stabilize 13.0.1 x86, #833209
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: restore library search path patch to 14.0.1
Closes: https://bugs.gentoo.org/835867 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: keyword 14.0.1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Remove 14.0.0.9999
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Bump to 14.0.1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Install clang-tidy headers
The clang-tidy headers are apparently needed to build custom clang-tidy plugins, so install them. Since they aren't needed by anything in ::gentoo at the moment, limit the change to live ebuilds. I'll add it to ~arch when another 14.x revbump or release happens. TODO: split the header targets upstream to make it possible to install only a subset of generally useful headers rather than all the headers used by standard clang-tidy plugins. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-devel/clang: Stabilize 13.0.1 ppc64, #833209
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add missing dep on recommonmark
Closes: https://bugs.gentoo.org/835991 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport wrong library search path fix
Closes: https://bugs.gentoo.org/835867 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 14.0.0_rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Switch to pregenerated mans
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 14.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 14.0.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 14.0.0_rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 13.0.1 arm, #833209
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 13.0.1 arm64, #833209
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 13.0.1 amd64, #833209
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 14.0.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 14.0.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: add USE=+pie (forced-on) for >= 14.0.0_rc1
Forced on, just like GCC. Available in 14.0.0+. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: LLVMHello is also needed w/ USE=-test
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add LLVMHello to 14+ checkout
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 14.0.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 15.x live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add cmake to 14+ components
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump 14.0.0.9999 patchset
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 13.0.1.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Use pregenerated manpages
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 13.0.1_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 13.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 13.0.1-rc{1,2}
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 13.0.1_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 13.0.1_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-devel/clang: remove kernel_FreeBSD
Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Pass LLVM_EXTERNAL_LIT in 14.x to fix tests
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport default-libunwind test fix
Closes: https://bugs.gentoo.org/828019 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Enable building clang-repl
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 13.0.1_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: 13.x branch is now 13.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 13.0.0 x86, #821862
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 10*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 13.0.0 arm, #821862
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 13.0.0 amd64, #821862
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 13.0.0 ppc64, #821862
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 13.0.0 arm64, #821862
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 13.0.0 RCs
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 13.0.0 (final)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 13.0.0_rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Forward port target changes to 13.0.0_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 13.0.0-rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Switch 13+ to new targets API
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 13.0.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove ancient blockers
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Fix inherits
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 12.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 12.0.1 arm, #804471
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 12.0.1 ppc64, #804471
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 12.0.1 x86, #804471
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 12.0.1 arm64, #804471
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 13.0.0rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 12.0.1 amd64, #804471
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 13.0.0rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update live ebuilds
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump live to 14*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 12.0.1.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Enable prebuilt manpages for 12.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 12.0.1-rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 12.0.1 (final)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 12.0.1-rc1 & -rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Use 12.0.1-rc4-1 patchset
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 12.0.1-rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 12.0.0-r1 arm64, #796215
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 12.0.0-r1 arm, #796215
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 12.0.0-r1 amd64, #796215
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 12.0.0-r1 x86, #796215
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 12.0.1rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 12.0.1rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: 12.0.0.9999 → 12.0.1.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 11.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Keyword 12.0.0-r1 ppc, #708344
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 11.1.0 ppc64, #777282
Signed-off-by: Sam James <sam@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 11.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 11.0.1 ppc64, #768567
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: keyword 12.0.0 for ~sparc
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add M68k to 13.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Switch to patchsets
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport scan-view fix
Closes: https://bugs.gentoo.org/783126 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Disable CUDA target autodetection
CUDA target autodetection causes sandbox failures, and even if it did not, it would cause the package to be set for build host's video card. Force the CUDA package detection to fail, in order to disable that. Closes: https://bugs.gentoo.org/760645 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 12.0.0 RCs
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 12.0.0 final
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Theo Anderson · gentoo
sys-devel/clang: support default unwindlib
Closes: https://bugs.gentoo.org/702344 Closes: https://bugs.gentoo.org/722978 Signed-off-by: Theo Anderson <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/19793 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 12.0.0-rc5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 11.1.0 arm64, #777282
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 12.0.0-rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 11.1.0 arm, #777282
Signed-off-by: Sam James <sam@gentoo.org> - Thomas Deutschmann · gentoo
sys-devel/clang: x86 stable (bug #777282)
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: Stabilize 11.1.0 amd64, #777282
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 12.0.0-rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 9.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 12.0.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 11.0.1 arm64, #768567
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-devel/clang: Stabilize 11.0.1 arm, #768567
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 12.0.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: Stabilize 11.0.1 amd64, #768567
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 11.1.0_rc*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/clang: x86 stable (bug #768567)
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Switch to pregen. manpages
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.1.0 (final)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.1.0-rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 12.0.0-rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 13.x live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.1.0-rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove the test-dep on compiler-rt
Remove the test dependency added previously. It does not seem to be the reason why tests were failing. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Require matching compiler-rt version for tests
Since compiler-rt files are installed in versioned directory, they work only if the matching version is installed. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 11.1.0-rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Switch to pregen manpages
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 11.0.1 RCs and live
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 11.0.1 (final)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.0.1-rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Jacob Floyd · gentoo
sys-devel/clang: fix bootstrap on darwin prefix
Adjust the clang internal header/framework search paths when building on darwin prefix. We symlink the selected MacOSX.sdk to EPREFIX/MacOSX.sdk during bootstrap, so that is the correct place to get system headers, such as those for libc, or for system framework headers, that we do not replace in prefix. Bug: https://bugs.gentoo.org/758167 Signed-off-by: Jacob Floyd <cognifloyd@gmail.com> Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: Keyword 11.0.0 riscv, #756115
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: CTE tests require compiler-rt now
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.0.1-rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: 11.0.0.9999 → 11.0.1.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Fix old versions too
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Fix missing conditions around deps
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Resolve pkgcheck problems
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Delay llvm.org_set_globals after vars
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 10.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/clang: x86 stable (bug #754744)
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update the target list
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 11.0.0 arm64, #754744
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: Stabilize 11.0.0 ppc64, #754744
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/clang: Stabilize 11.0.0 arm, #754744
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/clang: Stabilize 11.0.0 amd64, #754744
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
sys-devel/clang: fix SizeViolation issue
Closes: https://bugs.gentoo.org/748219 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Reintroduce pregenerated manpages for release
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Reuse eclass manpage build logic for 10.0.1+
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arfrever Frehtes Taifersar Arahesis · gentoo
sys-devel/clang: Set used Python interpreter.
Required since: https://github.com/llvm/llvm-project/commit/c4c3883b00d3a6aa657a5e3e515c90c9ea1f81c6 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 11.0.0 RCs
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 11.0.0 final
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Georgy Yakovlev · gentoo
sys-devel/clang: 10.0.1 ppc64 stable, bug #742974
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.0.0-rc6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 10.0.1 arm, #742974
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.0.0-rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove old 11.0.0 RCs
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Update paths to fix clang-tools-extra build
Upstream has apparently started hardcoding paths based on monorepo. Since the actual paths do not matter to us, just update them. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.0.0-rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/clang: x86 stable (bug #742974)
Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: Stabilize 10.0.1 arm64, #742974
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: Stabilize 10.0.1 amd64, #742974
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.0.0rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add USE=default-lld
Closes: https://bugs.gentoo.org/737178 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: x86 stable (bug #727762)
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 8*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 11.0.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 10.0.1 RCs & live
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update dist targets in 11* & 12*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Build only distribution targets in src_compile()
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: arm stable (bug #727762)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-devel/clang: ppc64 stable (bug #727762)
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add 12.0.0.9999 for master branch
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.1-rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.1-rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
sys-devel/clang: arm64 stable (bug #727762)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/clang: amd64 stable wrt bug #727762
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.1-rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Pass -Wl,--no-keep-memory to linker on x86
Closes: https://bugs.gentoo.org/712052 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Dedupe with new eclass code
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Port to cmake.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Apply patches in WORKDIR in 10.0.1+
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Always build manpages from source
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix bad dylib linking in 10.0.1*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.1_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: 10.x branch is now 10.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Do not install clang-tidy-headers after all
Stop installing clang-tidy-headers since no libraries are installed corresponding to these headers. Closes: https://bugs.gentoo.org/720774 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Checkout more test dependencies
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 7*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update distribution targets
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: AVR is now mainline target
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Craig Andrews · gentoo
sys-devel/clang: Python 3.8 compatibility
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews <candrews@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 10.0.0 RCs
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.0rc6
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.0rc4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-devel/clang: arm64 stable (bug #705530)
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 10.0.0rc[12]
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Keyword 10.0.0rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.0rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Revert "Disable broken check-clangd in 10"
I can't reproduce the failure anymore. Reverts: ad8f1dbd286fc9ecbdedda7bfb3cf8a349edea97 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Disable broken check-clangd in 10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove broken VE target from 10.0.0rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Enable py3.8
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.0rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add VE target
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 10.0.0_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: arm stable wrt bug #705530
Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/clang: ppc64 stable wrt bug #705530
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: x86 stable wrt bug #705530
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
sys-devel/clang: amd64 stable wrt bug #705530
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Include 11.* ebuilds for master
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 9.0.0*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: [QA] Fix missing eend arg
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 9.0.1 RCs and live
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Support pregenerated manpages
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 9.0.1 final
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Julius Putra Tanu Setiaji · gentoo
sys-devel/clang: Set the correct LLVM_CMAKE_PATH on Gentoo Prefix
Signed-off-by: Julius Putra Tanu Setiaji <indocomsoft@gmail.com> Closes: https://bugs.gentoo.org/696844 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/14036 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Enable clangd tests
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove obsolete patches from 9.0.1.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 9.0.1_rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add KEYWORDS to 9.0.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove obsolete patch from 9.0.1_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 6*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove outdated blocker
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 9.0.1rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 9.0.1rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 9.0.1_rc1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update postinst for py3 support
Closes: https://bugs.gentoo.org/699962 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove redundant CMAKE* in EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Port 9+ to llvm.org.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Switch live to monorepo
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Upstream is now at 9.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Drop redundant 8.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add ARC target
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Nios2 was removed upstream
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix test failure due to '.src' in path
Closes: https://bugs.gentoo.org/695412 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 9.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport gcc-9 build fix to 9.0.0*
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Use BDEPEND semi-properly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
sys-devel/clang: arm64 stable (bug #693856)
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.17 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: arm stable wrt bug #692104
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: arm stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Stop passing LLVM_CONFIG to 9.0+
Stop passing LLVM_CONFIG to silence CMake warning. Nowadays correct PATH should be sufficient for CMake to find the correct packages. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Backport non-native build fix for 9.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/clang: ppc64 stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Disable installing split shared libs (in 10+)
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
sys-devel/clang: x86 stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/clang: amd64 stable wrt bug #693856
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Update LICENSE for 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: RISCV is no longer exp. in 9.0+
Closes: https://bugs.gentoo.org/691816 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix remaining missing slashes
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 9.0.0+ moved z3 support to LLVM
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: -9.0.9999 → -9.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: -9999 → -10.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 8.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Add 9.0 branch live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump -9999 to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: -9999 is now 10.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 8.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Enable Python 3 in -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 5.0.2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove 4.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 7.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
sys-devel/clang: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: x86 stable wrt bug #674068
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" - Mikle Kolyada · gentoo
sys-devel/clang: amd64 stable wrt bug #674068
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 7.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix manpage archive in 7.1.0
Readd manpage archive to SRC_URI that's been accidentally left commented out. Closes: https://bugs.gentoo.org/683722 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 7.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: WebAssembly is no longer experimental in 8.0+
Reported-by: Matthew Smith <matt@offtopica.uk> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 8.0.0rc5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 8.0.0 final
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 8.0.0rc[23]
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 8.0.0rc5
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Drop <4
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 8.0.0rc3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 8.0.0rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Add a live ebuild for 8.* branch
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Trunk is now 9.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: z3 is now multilib
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Update z3 option name
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Backport atomic detection fix
Closes: https://bugs.gentoo.org/667016 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Remove 7.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Old versions require old sci-math/z3
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 7.0.1-final
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 8.0+ requires z3-4.7.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: forward ~arm keywording
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: Add ~arm keyword wrt bug #595834
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 7.0.1_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Package pre-built manpages
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Bump to 7.0.0 final
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 7.0.0rc3 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Fix unpacking libTestingSupport - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 7.0.0rc2 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Drop 6.0.9999 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: 9999 is now 8.0 - Michał Górny · gentoo
sys-devel/clang: Branch out LLVM 7.0 - Repository mirror & CI · gentoo
Merge updates from master - Mart Raudsepp · gentoo
sys-devel/clang-6.0.1: arm64 stable (bug #661776)
default-libcxx USE flag is temporarily stable masked due to test failures in libcxxabi Package-Manager: Portage-2.3.43, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: amd64 stable wrt bug #661776
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/clang: x86 stable (bug #661776)
Package-Manager: Portage-2.3.43, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Reshuffle patches - Michał Górny · gentoo
sys-devel/clang: Drop old (5.0.1 & 6.0.0) - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Bump to 6.0.1 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-devel/clang: Keyword 5.0.2 and 6.0.0-r1 ~ppc64 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
sys-devel/clang: x86 stable (bug #657516)
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-devel/clang: amd64 stable wrt bug #657516
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Michał Górny · gentoo
sys-devel/clang: Bump to 5.0.2 - Michał Górny · gentoo
sys-devel/clang: Update for clang-X naming in -9999
Upstream has removed the minor version from clang symlink in git. Update our code accordingly. - Michał Górny · gentoo
sys-devel/clang: Include LLVMTestingSupport lib in -9999 checkout
Include the lib/Testing/Support directory in LLVM checkout since the clangd tests (part of clang-tools-extra) require that library now. The code still needs a fix upstream to actually build the library. - Michał Górny · gentoo
sys-devel/clang: Remove non-Darwin keywords from 3.9.1 - Michał Górny · gentoo
sys-devel/clang: PDEP on sys-devel/clang-common - Michał Górny · gentoo
sys-devel/clang: Inform about utility scripts in postinst
Closes: https://bugs.gentoo.org/652234 - Michał Górny · gentoo
sys-devel/clang: 5.0.1 tested on ~amd64-fbsd - Michał Górny · gentoo
sys-devel/clang: Move extra patch unused in 5.0.1 to 4.0.1 subdir - Michał Górny · gentoo
sys-devel/clang: Backport FreeBSD test fixes to 5.0.1 - Michał Górny · gentoo
sys-devel/clang: Remove non-Darwin keywords from 3.7.1 - Michał Górny · gentoo
sys-devel/clang: Fix test failure w/ USE=compiler-rt in 6.0.0
Closes: https://bugs.gentoo.org/650316 - Michał Górny · gentoo
sys-devel/clang: Backport fix for crash with long cmdline to 6.0.0
Closes: https://bugs.gentoo.org/650082 - Guilherme Amadio · gentoo
sys-devel/clang: fix for prefix, bug 649732
Closes: https://bugs.gentoo.org/649732 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Michał Górny · gentoo
sys-devel/clang: Restore ~arm64 keywords, bug #650024 - Michał Górny · gentoo
sys-devel/clang: 6.0.0 tested on ~amd64-fbsd - Michał Górny · gentoo
sys-devel/clang: Raise libcxx dep for USE=default-libcxx
Require the same or newer sys-libs/libcxx version when 'default-libcxx' flag is used. This may reduce the risk of libc++ version problems on pure libc++ systems (e.g. FreeBSD) by promoting early libc++ upgrade, and it is consistent with the dependency in sys-devel/clang-runtime. - Michał Górny · gentoo
sys-devel/clang: Dekeyword ~arm* due to deps - Michał Górny · gentoo
sys-devel/clang: Force correct CMAKE_INSTALL_MANDIR - Michał Górny · gentoo
sys-devel/clang: Bump to 6.0.0 final - Michał Górny · gentoo
sys-devel/clang: Control lit job count
Closes: https://bugs.gentoo.org/649554 - Michał Górny · gentoo
sys-devel/clang: Bump to 6.0.0rc3 - Michał Górny · gentoo
sys-devel/clang: Restore calling cmake-utils_src_prepare
Fixes: a1b84f8898 (sys-devel/clang: add prefix includes patch for darwin too) - Michał Górny · gentoo
sys-devel/clang: Bump to 6.0.0rc2 - Fabian Groffen · gentoo
sys-devel/clang: marked ~amd64-linux
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Thomas Deutschmann · gentoo
sys-devel/clang: x86 stable (bug #644814)
Package-Manager: Portage-2.3.20, Repoman-2.3.6 - Michał Górny · gentoo
sys-devel/clang: Rename patch directory 5.0.0 -> 5.0.1 - Michał Górny · gentoo
sys-devel/clang: Drop old (5.0.0) - Mikle Kolyada · gentoo
sys-devel/clang: amd64 stable wrt bug #644814
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Michał Górny · gentoo
sys-devel/clang: Disable experimental targets on the release branch - Michał Górny · gentoo
sys-devel/clang: Update slot for master to 7 - Michał Górny · gentoo
sys-devel/clang: Add a live ebuild for 6.0 branch - Fabian Groffen · gentoo
sys-devel/clang: marked *-macos
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Fabian Groffen · gentoo
sys-devel/clang: add prefix includes patch for darwin too
Like for older llvm versions, ensure clang uses the prefix include paths on Darwin. Closes: https://bugs.gentoo.org/642644 Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Michał Górny · gentoo
sys-devel/clang: Remove live ebuild for obsolete 5.0 branch - Michał Górny · gentoo
sys-devel/clang: Fix installing manpages w/ USE=-doc - Michał Górny · gentoo
sys-devel/clang: Unkeyword on arm (present only in old version) - Michał Górny · gentoo
sys-devel/clang: Bump to 5.0.1 (final) - Michał Górny · gentoo
sys-devel/clang: Restrict tests with USE=-test - Matt Turner · gentoo
sys-devel/clang-4.0.1: amd64 stable, bug 637210 - Michał Górny · gentoo
sys-devel/clang: Do not enable docs by default
Reported by leio. - Michał Górny · gentoo
sys-devel/clang: Bump to 5.0.1_rc2 - Michał Górny · gentoo
sys-devel/clang: Drop unnecessary 3.8.1 version - Thomas Deutschmann · gentoo
sys-devel/clang: x86 stable (bug #637210)
Package-Manager: Portage-2.3.13, Repoman-2.3.4 - Michał Górny · gentoo
sys-devel/clang: Utilize partial checkout - Michał Górny · gentoo
sys-devel/clang: Stop enforcing external lit for tests (in <9999)
Modify the ebuild to no longer enforce externally installed dev-python/lit for tests, effectively causing the build system to use the bundled copy of lit (along with llvm-lit). While using the external package is more canonical, its disadvantages outweight the gain. Most notably, lit is not slotted in Gentoo and the behavior of lit frequently changes subtly which caused us to require a major version match between LLVM and lit. As a result, attempting to build multiple slots of LLVM with tests enabled cause package collisions. Building both LLVM and lit simultaneously causes a circular dependency. Since lit comes from the same package as LLVM and clang requires it anyway for gtest, using the bundled copy has no added cost. However, the live ebuild is currently broken as it requires llvm-lit that is not created in the stand-alone build. This will be fixed upstream. - David Seifert · gentoo
sys-devel/clang: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3 - Michał Górny · gentoo
sys-devel/clang: extra LD_LIBRARY_PATH fix backported in 5.0.9999 - Michał Górny · gentoo
sys-devel/clang: Make the tests more verbose - Michał Górny · gentoo
sys-devel/clang: Fix using external lit - Michał Górny · gentoo
sys-devel/clang: Use eapi7-ver.eclass - Michał Górny · gentoo
sys-devel/clang: Bump to 5.0.0 - Michał Górny · gentoo
sys-devel/clang: Remove unused elibc_musl flag - Michał Górny · gentoo
sys-devel/clang: Forward-port LD_LIBRARY_PATH fix to 5.0.0
The LD_LIBRARY_PATH fix for clang-tools-extra has been missed for backporting, so include it in the 5.0.0 release. - Michał Górny · gentoo
sys-devel/clang: Remove unnecessary Sphinx patch from 5.0.0+
The Sphinx patch is no longer necessary with 5.0.0+ -- the upstream changes made it possible to get the docs building through passing a few variables to CMake. - Michał Górny · gentoo
sys-devel/clang: Fix unused LLVM_EXPERIMENTAL... warning
Revert back to using LLVM_TARGETS_TO_BUILD since LLVM_EXPERIMENTAL_TARGETS_TO_BUILD logic is not implemented in clang (or the installed LLVM CMake files). However, the target check is not implemented either, so we can just push the experimental targets into the regular variable. - Michał Górny · gentoo
sys-devel/clang: Fix unused Z3_INCLUDE_DIR warning
Declare Z3_INCLUDE_DIR only if [z3] is enabled, to avoid unused variable warning from CMake. - Michał Górny · gentoo
sys-devel/clang: extra tool tests were fixed upstream
The extra tool tests now work correctly with static-analyzer disabled. Update the ebuild accordingly. - Michał Górny · gentoo
sys-devel/clang: arch-type patch merged upstream - Michał Górny · gentoo
sys-devel/clang: Rebase the patches for 9999, #628902 - Michał Górny · gentoo
sys-devel/clang: Disable extra tests w/o static-anal
Tests for clang-tools-extra are disabled upstream if static-analyzer is disabled. This is related to the fact that clang-tidy requires it, and upstream did not split the tests properly (yet). Bug: https://bugs.gentoo.org/627974 - Michał Górny · gentoo
sys-devel/clang: Finally remove back-compat USE=multitarget - Michał Górny · gentoo
sys-devel/clang: Include all experimental targets in -9999 - Michał Górny · gentoo
sys-devel/clang: Disable RISCV following upstream - Michał Górny · gentoo
sys-devel/clang: Enable masquerades via dev-util/shadowman
Closes: https://github.com/gentoo/gentoo/pull/5386 - Michał Górny · gentoo
sys-devel/clang: Fix mv accidentally catching manpages, #626424 - Michał Górny · gentoo
sys-devel/clang: Clean old up - Michał Górny · gentoo
sys-devel/clang: Adjust the slot for 9999 - Michał Górny · gentoo
sys-devel/clang: Branch for 5.0.0 release - Michał Górny · gentoo
sys-devel/clang: Use https for llvm.org - Michał Górny · gentoo
sys-devel/clang: Also update the git URI for extra fetches - Michał Górny · gentoo
sys-devel/clang: Update upstream git URI - Michał Górny · gentoo
sys-devel/clang: Bump to 4.0.1 - Michał Górny · gentoo
sys-devel/clang: Drop ~arm{,64} from 3.8.1 (lost in -r2, readded in 4) - Michał Górny · gentoo
sys-devel/clang: Remove 3.9.0 (old intermediate version) - Michał Górny · gentoo
sys-devel/clang: Minimize 3.6 to be Darwin Prefix-compat only - Michał Górny · gentoo
sys-devel/clang: Minimize 3.5 to be Darwin Prefix-compat only - Michał Górny · gentoo
sys-devel/clang: Remove no-longer-useful check-reqs
Now that LLVM is split, the package is no longer horribly large in regular builds. The new sizes fit the usual limits and so do not need specific checks. Furthermore, maintaining all those values with different USE flags and compiler flags combinations. - Michał Górny · gentoo
sys-devel/clang: Fix passing -DNDEBUG to build, #614844 - Michał Górny · gentoo
sys-devel/clang: Revert "Fix respecting USE=debug for asserts, #614844"
Turns out the issue lies within LLVM itself, wrt CMAKE_BUILD_TYPE no longer forcing -DNDEBUG while wiping out the default flags. Reverts: 9e3db5e62f63c3c169e9c60f5ac5acc43ae87160 - Michał Górny · gentoo
sys-devel/clang: Fix respecting USE=debug for asserts, #614844 - Michał Górny · gentoo
sys-devel/clang: Enable support for Z3 backend in -9999 - Michał Górny · gentoo
sys-devel/clang: Include prebuilt manpages for 4.0.0 w/ USE=-doc - Michał Górny · gentoo
sys-devel/clang: Fix incorrect +x on scan-build.1 manpage - Michał Górny · gentoo
sys-devel/clang: Fix installing extra tool docs to docdir - Michał Górny · gentoo
sys-devel/clang: Fix compressing manpages - Agostino Sarubbo · gentoo
sys-devel/clang: x86 stable wrt bug #607660
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
sys-devel/clang: amd64 stable wrt bug #607660
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Matt Turner · gentoo
sys-devel/clang: Drop ppc/ppc64 keywords
Bug: https://bugs.gentoo.org/613732 Bug: https://bugs.gentoo.org/613734 - Michał Górny · gentoo
sys-devel/clang: Bump to 4.0.0 final - Michał Górny · gentoo
sys-devel/clang: Bump to 4.0.0rc3, fix extra tool tests - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Markus Meier · gentoo
sys-devel/clang: add ~arm64, bug #591822
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm64" - Michał Górny · gentoo
sys-devel/clang: Bump to 4.0.0.rc2 - Michał Górny · gentoo
sys-devel/clang: Fix building extra tools in -9999 - Fabian Groffen · gentoo
sys-devel/clang: dropped ~x64-freebsd
Package-Manager: portage-2.3.3 - Michał Górny · gentoo
sys-devel/clang: Re-introduce slotting - Michał Górny · gentoo
sys-devel/clang: Fix FreeBSD include removal to use real clang version - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Michał Górny · gentoo
sys-devel/clang: Switch 4.0.0rc1 to tarballs, add keywords - Michał Górny · gentoo
sys-devel/clang: Fix matching clangrt libs to arch (on x86) - Michał Górny · gentoo
sys-devel/clang: Add 4.0.0rc1 - Michał Górny · gentoo
sys-devel/clang: Build tests in src_compile()
Build tests in src_compile() (when enabled) rather than delaying that until src_test(). This ensures a better split between compilation phase and testing in multilib builds, i.e. you can turn off other distcc servers when first ABI starts testing. Also, it guarantees that building the tests will be tested for all ABIs, even if the actual tests fail for one of them. - Michał Górny · gentoo
sys-devel/clang: Remove unnecessary LLVM_LIBDIR_SUFFIX
Remove LLVM_LIBDIR_SUFFIX as CMake path is now obtained from llvm-config, and LLVM_LIBDIR_SUFFIX is subsequently obtained from LLVMConfig.cmake. - Michał Górny · gentoo
sys-devel/clang: Obtain version from llvm-config
Obtain the clang version that is used for paths and executable names from llvm-config, instead of hardcoding it in ebuild. This matches the method used in upstream code (obtaining it from CMake files), and works both for release and live ebuilds. - Michał Górny · gentoo
sys-devel/clang: Update SLOT for new scheme, use versionator - Michał Górny · gentoo
sys-devel/clang: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo - Johannes Huber · gentoo
sys-devel/clang: Drop CMAKE_MIN_VERSION
Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Michał Górny · gentoo
sys-devel/clang: Create test lib/clang symlink only if libdir != lib - Michał Górny · gentoo
sys-devel/clang: Bump the meta for 3.9.1 - Fabian Groffen · gentoo
sys-devel/clang: add back *-macos keyword on 3.9
Package-Manager: portage-2.3.0 - Michał Górny · gentoo
sys-devel/clang: Enforce ${CHOST}-llvm-config for multilib - Michał Górny · gentoo
sys-devel/clang: Remove 3.5.0 - Agostino Sarubbo · gentoo
sys-devel/clang: ppc stable wrt bug #564402
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Michał Górny · gentoo
sys-devel/clang: Remove interim 3.8.0 version - Michał Górny · gentoo
sys-devel/clang: Avoid cross-phase function calls, #596644 - Michał Górny · gentoo
sys-devel/clang: Enable RISCV target on -9999 - Michał Górny · gentoo
sys-devel/clang: Remove stray "fi" in CMake args - Michał Górny · gentoo
sys-devel/clang: Pass runtime headers through header check - Michał Górny · gentoo
sys-devel/clang: Replace the non-upstreamable lib/clang patch
Replace the non-upstream patch allowing us to alter path for lib/clang with the use of upstream CLANG_RESOURCE_DIR option (to fix file search in driver code) combined with necessary symlinking (for tests) and moves (for install) of installed headers. - Michał Górny · gentoo
sys-devel/clang: Stop overriding incorrect LLVMgold.so location
Remove the patch allowing override of LLVMgold.so libdir, and the relevant override. The patch has been rejected upstream, and the case of running non-native driver considered not important enough to deserve the added complexity. I will attempt to find another (upstreamable) solution. - Michał Górny · gentoo
sys-devel/clang: gcc-config patch went upstream - Michał Górny · gentoo
sys-devel/clang: Fix enabling EH & RTTI reliably - Jeroen Roovers · gentoo
sys-devel/clang: Stable for PPC64 (bug #564402).
Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches - Michał Górny · gentoo
sys-devel/clang: cross-linux test was solved already - Michał Górny · gentoo
sys-devel/clang: Sphinx race conditions fixed upstream - Michał Górny · gentoo
sys-devel/clang: Remove stale libomp check, it is PDEP now - Michał Górny · gentoo
sys-devel/clang: Add PDEP on sys-devel/clang-runtime meta - Michał Górny · gentoo
sys-devel/clang: Wrap the new clang-cpp symlink, #478810 - Michał Górny · gentoo
sys-devel/clang: Use target symlinks instead of wrappers
Create symlinks for ABI targets instead of wrappers since clang already processes target prefixes in argv[0]. - Michał Górny · gentoo
sys-devel/clang: Use installed lit for tests - Michał Górny · gentoo
sys-devel/clang: Remove leftover "use clang" on BSD - Michał Górny · gentoo
sys-devel/clang: Always install wrappers for all ABIs
Install wrappers for all ABIs supported by the current profile rather than explicitly enabled via ABI_* flags. This makes them more consistent with ABIs supported by the compiler (it always supports all ABIs for the target) and avoids enforcing [${MULTILIB_USEDEP}] when you just need the wrappers (e.g. in tests of sys-libs/libcxx). - Michał Górny · gentoo
sys-devel/clang: Backport LLVM_TARGETS to 3.9.0 - Michał Górny · gentoo
sys-devel/clang: Use LLVM_TARGETS flags - Michał Górny · gentoo
sys-devel/clang: Update for the Sphinx install dir patch applied upstream - Michał Górny · gentoo
sys-devel/clang: Un-bump the newest rev to satisfy LLVM deps - Michał Górny · gentoo
sys-devel/clang: Fix subslot, reported by tamiko - Fabian Groffen · gentoo
sys-devel/clang: marked ~x86-macos
Package-Manager: portage-2.2.28 - Fabian Groffen · gentoo
sys-devel/clang: restore clang-3.4.2 for Prefix bootstraps, bug #588132
Package-Manager: portage-2.2.28 - Michał Górny · gentoo
sys-devel/clang: Bump to 3.9.0 - Michał Górny · gentoo
sys-devel/clang: Remove unnecessary llvm-lit search patch
Remove the llvm-lit search patch since it is no longer necessary and its correctness is doubtful. Per https://reviews.llvm.org/D23743 the name llvm-lit is not intended for system-wide install of lit. However, this does not matter since the internal copy of lit is used when LLVM source checkout is available, and unittests require this checkout to be available when running tests. - Michał Górny · gentoo
sys-devel/clang: Fix cmake unused arg warnings with USE=-doc - Michał Górny · gentoo
sys-devel/clang: Fetch llvm src with USE=test, to support unittests - Michał Górny · gentoo
sys-devel/clang: Bump to 3.9.0rc3 - Michał Górny · gentoo
sys-devel/clang: rlimits check patch has been applied upstream - Michał Górny · gentoo
sys-devel/clang: Enable stand-alone builds against sys-devel/llvm - Michał Górny · gentoo
sys-devel/clang: Bump meta to 3.8.1 - Michael Palimaka · gentoo
sys-devel/clang: amd64/x86 stable
Gentoo-bug: 564402 Package-Manager: portage-2.3.0_rc1 - Michał Górny · gentoo
sys-devel/clang: Remove 3.4.2 - Michał Górny · gentoo
sys-devel/clang: Drop 3.3 - Markus Meier · gentoo
sys-devel/clang: arm stable, bug #564402
Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm" - Michał Górny · gentoo
sys-devel/clang: Clean up old 3.7.0 version - Bernard Cafarelli · gentoo
sys-devel/{clang,llvm}: Bump to final 3.8.0
To do before unmask: * some clang tests still fail (cannot find standard headers) * lldb wants to install six.py * test reverse dependencies Package-Manager: portage-2.2.27 - Steev Klimaszewski · gentoo
sys-devel/clang: Keyword 3.7.1-r100 for ~arm64
Tested on Cortex-A53. 3.8 is still masked, so keyword not added to it. Package-Manager: portage-2.2.27 - Bernard Cafarelli · gentoo
sys-devel/llvm: release candidate bump
Package-Manager: portage-2.2.27 - Bernard Cafarelli · gentoo
sys-devel/llvm: add (masked) 3.8 release candidate for testing
Package-Manager: portage-2.2.27 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-verbump-to-0.15.0'
Pull request: https://github.com/gentoo/gentoo/pull/675 - Michał Górny · gentoo
sys-devel/clang: Fix static-analyzer usedep, #572094 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-keep-build-timestamps-in-live-ebuild'
Pull request: https://github.com/gentoo/gentoo/pull/62 - Amadeusz Żołnowski · gentoo
Merge branch 'master' of git+ssh://git.gentoo.org/repo/gentoo - Michał Górny · gentoo
sys-devel/clang: Remove ancient 3.2 version - Michał Górny · gentoo
sys-devel/clang: Remove outdated live ebuild
Remove the outdated live ebuild still using semi-split llvm/clang, based off clang-3.2. - Michał Górny · gentoo
sys-devel/clang: Remove ancient 3.1 version - Michał Górny · gentoo
sys-devel/clang: Remove ancient 3.0 version - Michał Górny · gentoo
sys-devel/clang: Remove ancient 2.9 verrsion - Michał Górny · gentoo
sys-devel/clang: Remove ancient 2.8 version - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/flacon-remove-old'
Pull request: https://github.com/gentoo/gentoo/pull/612 - Michał Górny · gentoo
sys-devel/{clang,llvm}: Bump to 3.7.1 - Michał Górny · gentoo
sys-devel/clang: Remove versions requiring removed llvm versions - Justin Lecher · gentoo
sys-devel/clang: Prefix love
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Bernard Cafarelli · gentoo
sys-devel/clang: fix slot on 3.7.0, thanks klnikita on IRC
Package-Manager: portage-2.2.22 - Bernard Cafarelli · gentoo
sys-devel/clang: bump to final release
Package-Manager: portage-2.2.20.1 - Bernard Cafarelli · gentoo
sys-devel/clang: release candidate bump
Package-Manager: portage-2.2.20.1 - Bernard Cafarelli · gentoo
sys-devel/clang: add rc version for testing
Package-Manager: portage-2.2.20.1 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
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