[PATCH] Change llvm::sys::Mutex implementation to use STL-provided mutexes.

Aaron Ballman aaron at aaronballman.com
Thu May 29 14:44:17 PDT 2014


On Thu, May 29, 2014 at 5:41 PM, Zachary Turner <zturner at google.com> wrote:
> What command are you using to run the tests?  I'm still a new contributor,
> and am not familiar with how to do everything, but I run ninja check-all and
> while it doesn't seem to be finishing, I am not getting any output.  How can
> I get a command line of a single test that I can easily run independently on
> the command line to reproduce a deadlock so I can look into this further?

I was running my tests from within MSVC by building the check-clang
project; output pipes automatically into the output window as the
tests run. You can use python and llvm-lit to run specific tests from
the command line. Eg) python.exe ./bin/llvm-lit.py -v
../tools/clang/test/Sema/warn-thread-safety-analysis.c

HTH!

~Aaron



More information about the llvm-commits mailing list