search for: buildtrunk

Displaying 1 result from an estimated 1 matches for "buildtrunk".

2019 Oct 31
2
How to run single compiler-rt test in monorepo?
Hello all, I am having trouble running only a single lit-based test of compiler-rt. 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. For LLVM I can do the following: > cd build/buildtrunk/test > ../bin/llvm-lit --show-tests . And it shows all tests discovered of the llvm main library, but not tests of for example clang or compiler-rt. Running...