<div dir="auto">Hello community/Mentor,<div dir="auto"><br></div><div dir="auto">Myself, Soham Dixit an undergraduate student from India. I was</div><div dir="auto">checking the list of 2021 GSoC projects in LLVM compiler</div><div dir="auto">infrastructure, and I found 'Distributed lit testing project'[1] as an</div><div dir="auto">interesting one.</div><div dir="auto"><br></div><div dir="auto">So far I have built llvm with Clang as a subproject enabled, I have</div><div dir="auto">tried the `make check*` commands and have tried to see how the</div><div dir="auto">llvm-lit based tests run.</div><div dir="auto"><br></div><div dir="auto">AFAIU, there is a bottleneck(mostly time required and the number of</div><div dir="auto">times we run these regression based tests) for running llvm-lit based</div><div dir="auto">tests even on pretty good and powerful architectures which I believe</div><div dir="auto">should be the llvm buildbots(probably).</div><div dir="auto">Looking into how the building llvm compiler issue was solved mentions</div><div dir="auto">that the build process was made distributed which might take advantage</div><div dir="auto">of other nodes in the cluster.</div><div dir="auto">IIUC, the aim of this project is to follow the similar approach that</div><div dir="auto">was followed for solving the build problem and this time we are trying</div><div dir="auto">to parallelize the llvm-lit based tests inside the llvm-lit framework</div><div dir="auto">to get distributed on nodes in the cluster and collect pass and fail</div><div dir="auto">results from each node and consolidate the same and represent to the</div><div dir="auto">developer.</div><div dir="auto"><br></div><div dir="auto">I am writing this email to get more detailed information about this</div><div dir="auto">project and see what is the real use case where this project can be</div><div dir="auto">practically used?</div><div dir="auto"><br></div><div dir="auto">What is it that I should start looking into to make a good and</div><div dir="auto">detailed proposal ?</div><div dir="auto">I have had no experience in compilers but I am interested in getting involved.</div><div dir="auto"><br></div><div dir="auto">Thanks and regards,</div><div dir="auto">Soham</div><div dir="auto"><br></div><div dir="auto">[1]<a href="https://llvm.org/OpenProjects.html#llvm_distributing_lit">https://llvm.org/OpenProjects.html#llvm_distributing_lit</a></div></div>