[PATCH] D116351: Update Bug report URL to Github Issues
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 29 13:19:31 PST 2021
MaskRay added a subscriber: jhenderson.
MaskRay added a comment.
@jhenderson
================
Comment at: libunwind/docs/index.rst:101
* `LLVM Homepage <https://llvm.org/>`_
-* `LLVM Bugzilla <https://bugs.llvm.org/>`_
+* `LLVM Issues <https://github.com/llvm/llvm-project/issues/>`_
* `cfe-commits Mailing List`_
----------------
Quuxplusone wrote:
>
https://github.com/llvm/llvm-project/labels/libunwind
================
Comment at: lld/docs/_templates/indexsidebar.html:3-4
<p>lld bugs should be reported at the
- LLVM <a href="https://bugs.llvm.org/">Bugzilla</a>.</p>
+ LLVM <a href="https://github.com/llvm/llvm-project/issues/">Issues</a>.</p>
----------------
Quuxplusone wrote:
>
While here, mention the labels: lld:COFF lld:ELF lld:MachO lld:wasm.
================
Comment at: llvm/docs/CommandGuide/llvm-objdump.rst:400
-To report bugs, please visit <https://bugs.llvm.org/>.
+To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>.
----------------
https://github.com/llvm/llvm-project/labels/tools:llvm-objdump
================
Comment at: llvm/docs/CommandGuide/llvm-size.rst:194
-To report bugs, please visit <https://bugs.llvm.org/>.
+To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>.
----------------
https://github.com/llvm/llvm-project/labels/tools:llvm-size
================
Comment at: llvm/docs/CommandGuide/llvm-strings.rst:126
-To report bugs, please visit <https://bugs.llvm.org/>.
+To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>.
----------------
https://github.com/llvm/llvm-project/labels/tools:llvm-strings
================
Comment at: llvm/docs/CommandGuide/llvm-strip.rst:197
-To report bugs, please visit <https://bugs.llvm.org/>.
+To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>.
----------------
https://github.com/llvm/llvm-project/labels/tools:llvm-objcopy%2Fstrip
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116351/new/
https://reviews.llvm.org/D116351
More information about the cfe-commits
mailing list