diff options
author | Sean Silva <chisophugis@gmail.com> | 2016-03-23 00:31:21 +0000 |
---|---|---|
committer | Sean Silva <chisophugis@gmail.com> | 2016-03-23 00:31:21 +0000 |
commit | c28b49550a30d6e1ef0827086330fb4ff867bdef (patch) | |
tree | 7296382f1ef86f30fc133a2a2221526335e6d8c7 | |
parent | 5977930a4b2399583986db87327b3edd8cf11fcc (diff) | |
download | bcm5719-llvm-c28b49550a30d6e1ef0827086330fb4ff867bdef.tar.gz bcm5719-llvm-c28b49550a30d6e1ef0827086330fb4ff867bdef.zip |
[docs] Use reST link.
llvm-svn: 264121
-rw-r--r-- | llvm/docs/CommandGuide/bugpoint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.rst b/llvm/docs/CommandGuide/bugpoint.rst index 6b56f04c835..2e6341de719 100644 --- a/llvm/docs/CommandGuide/bugpoint.rst +++ b/llvm/docs/CommandGuide/bugpoint.rst @@ -15,7 +15,7 @@ can be used to debug three types of failures: optimizer crashes, miscompilations by optimizers, or bad native code generation (including problems in the static and JIT compilers). It aims to reduce large test cases to small, useful ones. For more information on the design and inner workings of **bugpoint**, as well as -advice for using bugpoint, see *llvm/docs/Bugpoint.html* in the LLVM +advice for using bugpoint, see :doc:`/Bugpoint` in the LLVM distribution. OPTIONS |