[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-31 Thread Fangrui Song via Phabricator via cfe-commits
MaskRay added a comment. In 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 e

[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-31 Thread xufei via Phabricator via cfe-commits
zkkxu added a comment. nice ping. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156588/new/ https://reviews.llvm.org/D156588 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org

[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-31 Thread xufei via Phabricator via cfe-commits
zkkxu added a comment. nice ping. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156588/new/ https://reviews.llvm.org/D156588 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org

[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-29 Thread xufei via Phabricator via cfe-commits
zkkxu updated this revision to Diff 545358. zkkxu added a comment. - fix wrong ut test Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156588/new/ https://reviews.llvm.org/D156588 Files: clang/include/clang/Driver/Distro.h clang/lib/Driver/Distr

[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-28 Thread Timm Bäder via Phabricator via cfe-commits
tbaeder added a comment. Herald added a subscriber: ormris. @MaskRay Isn't this something we should be doing with config files now? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D156588/new/ https://reviews.llvm.org/D156588

[PATCH] D156588: feat: Add support for Rocky Linux to LLVM Distro

2023-07-28 Thread xufei via Phabricator via cfe-commits
zkkxu created this revision. zkkxu added reviewers: EricWF, kazu, JDevlieghere. Herald added a project: All. zkkxu requested review of this revision. Herald added subscribers: cfe-commits, MaskRay. Herald added a project: clang. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D1565