diff options
author | 2024-12-11 12:18:15 +0100 | |
---|---|---|
committer | 2024-12-11 12:53:14 +0100 | |
commit | a114d7cd8ea451b83f111a86fc4a648985bdb01d (patch) | |
tree | 28603817791ee6e8b7129ff794f0822fa17ef72e /profiles/arch/amd64 | |
parent | Move {sys-libs → llvm-runtimes}/libcxx (diff) | |
download | gentoo-a114d7cd8ea451b83f111a86fc4a648985bdb01d.tar.gz gentoo-a114d7cd8ea451b83f111a86fc4a648985bdb01d.tar.bz2 gentoo-a114d7cd8ea451b83f111a86fc4a648985bdb01d.zip |
Move {sys-libs → llvm-runtimes}/compiler-rt-sanitizers
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/arch/amd64')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index bd113ace60ba..b6ea89af3f49 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -272,11 +272,11 @@ net-misc/asterisk -blocks # Michał Górny <mgorny@gentoo.org> (2020-12-21) # Sanitizers supported on this architecture. -sys-libs/compiler-rt-sanitizers -asan -dfsan -lsan -msan -hwasan -tsan -sys-libs/compiler-rt-sanitizers -ubsan -safestack -cfi -scudo -sys-libs/compiler-rt-sanitizers -gwp-asan -sys-libs/compiler-rt-sanitizers -libfuzzer -memprof -orc -profile -xray -sys-libs/compiler-rt-sanitizers -ctx-profile -nsan -rtsan +llvm-runtimes/compiler-rt-sanitizers -asan -dfsan -lsan -msan -hwasan -tsan +llvm-runtimes/compiler-rt-sanitizers -ubsan -safestack -cfi -scudo +llvm-runtimes/compiler-rt-sanitizers -gwp-asan +llvm-runtimes/compiler-rt-sanitizers -libfuzzer -memprof -orc -profile -xray +llvm-runtimes/compiler-rt-sanitizers -ctx-profile -nsan -rtsan # Sam James <sam@gentoo.org> (2020-10-24) # asm redc is only available on amd64, |