Сравнение compiler-rt-sanitizers-16.0.6 с compiler-rt-sanitizers-17.0.1
/usr/portage/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-17.0.1.ebuild 2023-10-09 14:52:35.540368503 +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 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos" |
|
14 |
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos" |
|
15 | 15 |
IUSE="+abi_x86_32 abi_x86_64 +clang debug test" |
16 | 16 |
# base targets |
17 | 17 |
IUSE+=" +libfuzzer +memprof +orc +profile +xray" |
... | ... | |
98 | 98 |
> test/cfi/CMakeLists.txt || die |
99 | 99 |
fi |
100 | 100 | |
101 |
if has_version -b ">=sys-libs/glibc-2.37"; then |
|
102 |
# known failures with glibc-2.37 |
|
103 |
# https://github.com/llvm/llvm-project/issues/60678 |
|
104 |
rm test/dfsan/custom.cpp || die |
|
105 |
rm test/dfsan/release_shadow_space.c || die |
|
106 |
fi |
|
107 | ||
108 | 101 |
llvm.org_src_prepare |
109 | 102 |
} |
110 | 103 |