Diff compiler-rt-sanitizers-22.1.2 with a compiler-rt-sanitizers-23.0.0_pre20260321

/usr/portage/llvm-runtimes/compiler-rt-sanitizers/compiler-rt-sanitizers-23.0.0_pre20260321.ebuild 2026-03-28 11:46:07.772813635 +0300
11 11

  
12 12
LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
13 13
SLOT="${LLVM_MAJOR}"
14
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 ~x64-macos"
15
IUSE="+abi_x86_32 abi_x86_64 +clang debug test"
14
IUSE="+abi_x86_32 abi_x86_64 +clang +debug test"
16 15
# base targets
17 16
IUSE+=" +ctx-profile +libfuzzer +memprof +orc +profile +xray"
18 17
# sanitizer targets, keep in sync with config-ix.cmake
Thank you!