[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 31 13:25:45 PDT 2023
MaskRay added a comment.
In D156588#4544152 <https://reviews.llvm.org/D156588#4544152>, @tbaeder wrote:
> @MaskRay Isn't this something we should be doing with config files now?
I agree. This should use https://clang.llvm.org/docs/UsersManual.html#configuration-files .
We should try to remove existing distribution dispatching code as well, as long as they can be replaced with configuration files.
https://blogs.gentoo.org/mgorny/2022/10/07/clang-in-gentoo-now-sets-default-runtimes-via-config-file/ has some nice information.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156588/new/
https://reviews.llvm.org/D156588
More information about the cfe-commits
mailing list