[llvm] 2ecbe7c - [Docs] Point to the correct bug tracker

Jun Zhang via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 06:36:40 PDT 2023


Author: Jun Zhang
Date: 2023-04-13T21:36:20+08:00
New Revision: 2ecbe7ca76d9a1aec1b47d4816ffa91021488a7a

URL: https://github.com/llvm/llvm-project/commit/2ecbe7ca76d9a1aec1b47d4816ffa91021488a7a
DIFF: https://github.com/llvm/llvm-project/commit/2ecbe7ca76d9a1aec1b47d4816ffa91021488a7a.diff

LOG: [Docs] Point to the correct bug tracker

Signed-off-by: Jun Zhang <jun at junz.org>

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llvm-mca.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-mca.rst b/llvm/docs/CommandGuide/llvm-mca.rst
index f5f847a57d4ac..04248f68ab420 100644
--- a/llvm/docs/CommandGuide/llvm-mca.rst
+++ b/llvm/docs/CommandGuide/llvm-mca.rst
@@ -52,7 +52,7 @@ By design, the quality of the analysis conducted by :program:`llvm-mca` is
 inevitably affected by the quality of the scheduling models in LLVM.
 
 If you see that the performance report is not accurate for a processor,
-please `file a bug <https://bugs.llvm.org/enter_bug.cgi?product=libraries>`_
+please `file a bug <https://github.com/llvm/llvm-project/issues>`_
 against the appropriate backend.
 
 OPTIONS


        


More information about the llvm-commits mailing list