<div dir="ltr">Hello all,<br><div>  I am having trouble running only a single lit-based test of compiler-rt.</div><div>My folder structure is: inside the llvm monorepo checkout, I have a dir "build" with subdir "buildtrunk". I ran cmake inside "buildtrunk" and also run ninja from there.</div><div><br></div><div>For LLVM I can do the following:</div><div>> cd build/buildtrunk/test</div><div>> ../bin/llvm-lit  --show-tests .<br></div><div>And it shows all tests discovered of the llvm main library, but not tests of for example clang or compiler-rt.</div><div>Running a single test works aswell:</div><div>> ../bin/llvm-lit -v tools/yaml2obj/versym-section.yaml<br>-- Testing: 1 tests, 1 workers --<br>PASS: LLVM :: tools/yaml2obj/versym-section.yaml (1 of 1)<br></div><div>...</div><div><br></div><div>However whatever I try, I have not succeeded in having Lit discover the compiler-rt tests, and I didn't manage to run just one compiler-rt test. Information online is sparse, and I didn't find it there either.</div><div><br></div><div>What is are command / How do I run a single lit-based compiler-rt test?</div><div><br></div><div>Thanks a lot,</div><div>  Johan</div><div><br></div><div> </div></div>