Displaying 1 result from an estimated 1 matches for "_crashes_".
2002 Dec 07
0
[LLVMdev] Got bugs? Perhaps bugpoint can help...
...eral:
$ bugpoint foo1.bc foo2.ll -pass1 -pass2 -pass3
You can give it an arbitrary number of .ll or .bc files, and you can give
it 'opt' passes or 'analyze' passes. Of course you can use -load just
like opt or analyze.
Note that this tool will currently only help you if your pass _crashes_.
It cannot yet help with infinite loops or miscompilations. However it is
particularly useful on large testcases like spec benchmarks, but is quite
useful even on smaller multi-function testcases.
Caveats:
1. I'm quite busy this week, so I won't really be able to help if you run
into...