forked from OSchip/llvm-project
doc: use the right url to bugzilla
This commit is contained in:
parent
72fd1033ea
commit
986051749c
|
@ -16,7 +16,7 @@ functions, variables, arguments, namespaces etc.
|
|||
|
||||
The tool is in a very early development stage, so you might encounter bugs and
|
||||
crashes. Submitting reports with information about how to reproduce the issue
|
||||
to `the LLVM bugtracker <https://llvm.org/bugs>`_ will definitely help the
|
||||
to `the LLVM bugtracker <https://bugs.llvm.org>`_ will definitely help the
|
||||
project. If you have any ideas or suggestions, you might want to put a feature
|
||||
request there.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ Getting Started: Building and Running lld
|
|||
This page gives you the shortest path to checking out and building lld. If you
|
||||
run into problems, please file bugs in the `LLVM Bugzilla`__
|
||||
|
||||
__ https://llvm.org/bugs/
|
||||
__ https://bugs.llvm.org/
|
||||
|
||||
Building lld
|
||||
------------
|
||||
|
|
|
@ -70,4 +70,4 @@ COMMANDS
|
|||
BUGS
|
||||
----
|
||||
|
||||
To report bugs, please visit <https://llvm.org/bugs/>.
|
||||
To report bugs, please visit <https://bugs.llvm.org/>.
|
||||
|
|
|
@ -545,7 +545,7 @@ Otherwise, it exits with code 0.
|
|||
BUGS
|
||||
----
|
||||
|
||||
To report bugs, please visit <https://llvm.org/bugs/>.
|
||||
To report bugs, please visit <https://bugs.llvm.org/>.
|
||||
|
||||
There is a known issue with :option:`--input-target` and :option:`--target`
|
||||
causing only ``binary`` and ``ihex`` formats to have any effect. Other values
|
||||
|
|
|
@ -324,7 +324,7 @@ MACH-O ONLY OPTIONS AND COMMANDS
|
|||
BUGS
|
||||
----
|
||||
|
||||
To report bugs, please visit <https://llvm.org/bugs/>.
|
||||
To report bugs, please visit <https://bugs.llvm.org/>.
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
|
|
|
@ -195,4 +195,4 @@ Otherwise, it exits with code 0.
|
|||
BUGS
|
||||
----
|
||||
|
||||
To report bugs, please visit <https://llvm.org/bugs/>.
|
||||
To report bugs, please visit <https://bugs.llvm.org/>.
|
||||
|
|
|
@ -127,4 +127,4 @@ Otherwise, it exits with code 0.
|
|||
BUGS
|
||||
----
|
||||
|
||||
To report bugs, please visit <https://llvm.org/bugs/>.
|
||||
To report bugs, please visit <https://bugs.llvm.org/>.
|
||||
|
|
|
@ -190,7 +190,7 @@ Otherwise, it exits with code 0.
|
|||
BUGS
|
||||
----
|
||||
|
||||
To report bugs, please visit <https://llvm.org/bugs/>.
|
||||
To report bugs, please visit <https://bugs.llvm.org/>.
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
|
|
|
@ -30,7 +30,7 @@ Before you build CUDA code, you'll need to have installed the CUDA SDK. See
|
|||
`NVIDIA's CUDA installation guide
|
||||
<https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html>`_ for
|
||||
details. Note that clang `maynot support
|
||||
<https://llvm.org/bugs/show_bug.cgi?id=26966>`_ the CUDA toolkit as installed by
|
||||
<https://bugs.llvm.org/show_bug.cgi?id=26966>`_ the CUDA toolkit as installed by
|
||||
some Linux package managers. Clang does attempt to deal with specific details of
|
||||
CUDA installation on a handful of common Linux distributions, but in general the
|
||||
most reliable way to make it work is to install CUDA in a single directory from
|
||||
|
|
|
@ -768,7 +768,7 @@ Trophies
|
|||
|
||||
* WOFF2: `[1] <https://github.com/google/woff2/commit/a15a8ab>`__
|
||||
|
||||
* LLVM: `Clang <https://llvm.org/bugs/show_bug.cgi?id=23057>`_, `Clang-format <https://llvm.org/bugs/show_bug.cgi?id=23052>`_, `libc++ <https://llvm.org/bugs/show_bug.cgi?id=24411>`_, `llvm-as <https://llvm.org/bugs/show_bug.cgi?id=24639>`_, `Demangler <https://bugs.chromium.org/p/chromium/issues/detail?id=606626>`_, Disassembler: http://reviews.llvm.org/rL247405, http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416, http://reviews.llvm.org/rL247417, http://reviews.llvm.org/rL247420, http://reviews.llvm.org/rL247422.
|
||||
* LLVM: `Clang <https://bugs.llvm.org/show_bug.cgi?id=23057>`_, `Clang-format <https://bugs.llvm.org/show_bug.cgi?id=23052>`_, `libc++ <https://bugs.llvm.org/show_bug.cgi?id=24411>`_, `llvm-as <https://bugs.llvm.org/show_bug.cgi?id=24639>`_, `Demangler <https://bugs.chromium.org/p/chromium/issues/detail?id=606626>`_, Disassembler: http://reviews.llvm.org/rL247405, http://reviews.llvm.org/rL247414, http://reviews.llvm.org/rL247416, http://reviews.llvm.org/rL247417, http://reviews.llvm.org/rL247420, http://reviews.llvm.org/rL247422.
|
||||
|
||||
* Tensorflow: `[1] <https://da-data.blogspot.com/2017/01/finding-bugs-in-tensorflow-with.html>`__
|
||||
|
||||
|
|
Loading…
Reference in New Issue