[LLVMdev] [LLVM] make check-lit never finished... (original) (raw)

NAKAMURA Takumi geek4civic at gmail.com
Fri Sep 16 02:56:58 PDT 2011


Stepan,

  1. Try "make check LIT_ARGS='-v -j1' .
  2. Confirm what test would stall with ps(1) and top(1). They can check command line.
  3. Make sure whether it would be reproduced with single run. $ Release+Asserts/bin/llvm-lit -v --debug /path/to/source/llvm/test/problematic/test.ll
  4. If the issue would be reproduced with (3), try to bisect.

FYI, I have not met stall for a few weeks.

...Takumi



More information about the llvm-dev mailing list