Skip to content
  • Gabor Greif's avatar
    d5691031
    While hunting for two hanging tests, · d5691031
    Gabor Greif authored
    (on solaris10, which are:
      CodeGen/PowerPC/frounds.ll
      Transforms/InstCombine/2008-02-23-MulSub.ll)
    
    I needed a tool to figure out which one is the guilty.
    
    To this end I have added a verbosity
    option to the test/Makefile.
    
    It can be invoked thus:
    
    gmake check TESTSUITE=CodeGen/PowerPC VERBOSE="-v -v"
    
    (The number of "-v"s specifies the verbosity level.
     Instead of "-v" other aliases can be specified,
     please consult the dejagnu docs for info.)
    
    At level >= 2 following line is logged for each
    test, before running it:
    
    ABOUT TO RUN: <test>.ll
    
    llvm-svn: 47602
    d5691031
    While hunting for two hanging tests,
    Gabor Greif authored
    (on solaris10, which are:
      CodeGen/PowerPC/frounds.ll
      Transforms/InstCombine/2008-02-23-MulSub.ll)
    
    I needed a tool to figure out which one is the guilty.
    
    To this end I have added a verbosity
    option to the test/Makefile.
    
    It can be invoked thus:
    
    gmake check TESTSUITE=CodeGen/PowerPC VERBOSE="-v -v"
    
    (The number of "-v"s specifies the verbosity level.
     Instead of "-v" other aliases can be specified,
     please consult the dejagnu docs for info.)
    
    At level >= 2 following line is logged for each
    test, before running it:
    
    ABOUT TO RUN: <test>.ll
    
    llvm-svn: 47602
Loading