1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[docs] Use reST link.

llvm-svn: 264121
This commit is contained in:
Sean Silva 2016-03-23 00:31:21 +00:00
parent c6d12ce69a
commit 688f698b59

View File

@ -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