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

doc: use the right url to bugzilla

This commit is contained in:
Sylvestre Ledru 2020-03-22 22:45:15 +01:00
parent 8598ae94d7
commit a40c68ffd7
8 changed files with 8 additions and 8 deletions

View File

@ -70,4 +70,4 @@ COMMANDS
BUGS
----
To report bugs, please visit <https://llvm.org/bugs/>.
To report bugs, please visit <https://bugs.llvm.org/>.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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