[PATCH] D116351: Update Bug report URL to Github Issues
    James Henderson via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan  5 05:39:16 PST 2022
    
    
  
jhenderson added inline comments.
================
Comment at: llvm/docs/CommandGuide/llvm-install-name-tool.rst:79
 
-To report bugs, please visit <https://bugs.llvm.org/>.
+To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>.
 
----------------
I believe llvm-install-name-tool is a variation of llvm-objcopy, so should probably reference the llvm-objcopy URL.
================
Comment at: llvm/docs/CommandGuide/llvm-otool.rst:135
 
-To report bugs, please visit <https://bugs.llvm.org/>.
+To report bugs, please visit <https://github.com/llvm/llvm-project/issues/>.
 
----------------
I believe llvm-otool is a variation of llvm-objdump, so should reference the llvm-objdump URL.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116351/new/
https://reviews.llvm.org/D116351
    
    
More information about the llvm-commits
mailing list