forked from OSchip/llvm-project
No sure why there are still warnings, revert while I investigate. llvm-svn: 372161
This commit is contained in:
parent
5584ead50e
commit
6fce46a5f1
|
@ -121,12 +121,6 @@ non-obvious ways. Here are some hints and tips:
|
|||
miscompilation. Programs should be temporarily modified to disable outputs
|
||||
that are likely to vary from run to run.
|
||||
|
||||
* In the crash debugger, ``bugpoint`` does not distiguish different crashes
|
||||
during reduction. Thus, if new crash or miscompilation happens, ``bugpoint``
|
||||
will continue with the new crash instead. If you would like to stick to
|
||||
particular crash, you should write check scripts to validate the error
|
||||
message, see ``-compile-command`` in :doc:`/Bugpoint`_.
|
||||
|
||||
* In the code generator and miscompilation debuggers, debugging will go faster
|
||||
if you manually modify the program or its inputs to reduce the runtime, but
|
||||
still exhibit the problem.
|
||||
|
|
Loading…
Reference in New Issue