I wish we have a doc/webpage that tells who is the POC/maintainer of what.
Like for Phabricator, Bugzilla, llvm-www, Discourse, Discord, Mailing lists, buildbots, etc.
It makes it easy to communicate & get information for the proposed changes related to them.
Hi Shivam,
I totally agree on that. Finding contact information for the maintainers of each tool is probably one of the most important things, and getting first-hand experience for every tool also can be important.
The “Multi-stage CI” would be a nice improvement in terms of scaling over the current buildbots. Worth mentioning that this exists for many years on GreenDragon where a job will build and test clang stage1 and other downstream job will then use the compiler produced in stage1 to build various stage2 configuration on different machines (ASAN, TSAN, LTO, …), here for example.
I think before sending mail to llvm-dev first we should transfer the ChristianKuehnel/iwg-workspace repository to LLVM organization. In this way people are more comfortable to open issue or pull request.
@Shivam There is a file named CODE_OWNERS.TXT located in llvm project source tree. I found some mainainter contact infomation on it. Just like cmake, llvm buildbot.
Nice, I think you should now send a pull request to update the doc and also please add maintainers as a reviewer as CODE_OWNERS.TXT is not very updated.