diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:18:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-12-11 12:53:15 +0100 |
commit | 10298ffbe60e5cfcaf8927b8ab91416bee4a5231 (patch) | |
tree | f51aebee8bc6a6e2db06c3acfed82eaf868e9567 /eclass | |
parent | Move {sys-libs → llvm-runtimes}/compiler-rt-sanitizers (diff) | |
download | gentoo-10298ffbe60e5cfcaf8927b8ab91416bee4a5231.tar.gz gentoo-10298ffbe60e5cfcaf8927b8ab91416bee4a5231.tar.bz2 gentoo-10298ffbe60e5cfcaf8927b8ab91416bee4a5231.zip |
Move {sys-libs → llvm-runtimes}/compiler-rt
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-funcs.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index cf4008da91b3..1440bb50192b 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -1278,7 +1278,7 @@ tc-get-cxx-stdlib() { # If the runtime is identifed, the function returns 0 and prints one # of the following: # -# - ``compiler-rt`` for ``sys-libs/compiler-rt`` +# - ``compiler-rt`` for ``llvm-runtimes/compiler-rt`` # - ``libgcc`` for ``sys-devel/gcc``'s libgcc # # If the runtime is not recognized, the function returns 1. |