diff options
author | Sam James <sam@gentoo.org> | 2021-12-14 05:04:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-14 05:07:02 +0000 |
commit | 009ba7c96b78c0b2b98dffcc3dac717d8d733e50 (patch) | |
tree | e7cfb07054b4d58fcbb4d056950545cc0e58b012 /profiles/info_pkgs | |
parent | profiles: add systemd to info_pkgs (diff) | |
download | gentoo-009ba7c96b78c0b2b98dffcc3dac717d8d733e50.tar.gz gentoo-009ba7c96b78c0b2b98dffcc3dac717d8d733e50.tar.bz2 gentoo-009ba7c96b78c0b2b98dffcc3dac717d8d733e50.zip |
profiles: add clang, llvm to info_pkgs
LLVM is often relevant for debugging build failures and both Clang
and LLVM are useful to know if folks are trying it out as e.g.
a system compiler.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/info_pkgs')
-rw-r--r-- | profiles/info_pkgs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/info_pkgs b/profiles/info_pkgs index 612cbb2c0ad9..2a3eaa838dc8 100644 --- a/profiles/info_pkgs +++ b/profiles/info_pkgs @@ -22,6 +22,8 @@ dev-lang/rust dev-lang/rust-bin sys-apps/sandbox dev-util/ccache +sys-devel/clang +sys-devel/llvm sys-devel/gcc sys-devel/gcc-config dev-java/java-config |