[Openmp-commits] [openmp] 37def00 - [OpenMP] Update the bug report link for `libomp` assertion failures
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Tue Feb 21 07:44:06 PST 2023
Author: Joseph Huber
Date: 2023-02-21T09:43:51-06:00
New Revision: 37def00806187ccc4cf3d7e210d6f305278d1e6d
URL: https://github.com/llvm/llvm-project/commit/37def00806187ccc4cf3d7e210d6f305278d1e6d
DIFF: https://github.com/llvm/llvm-project/commit/37def00806187ccc4cf3d7e210d6f305278d1e6d.diff
LOG: [OpenMP] Update the bug report link for `libomp` assertion failures
Currently we still print the old https://bugs.llvm.org/ bugzilla link.
We should update this to the issues pane for the LLVM github.
Reviewed By: tlwilmar
Differential Revision: https://reviews.llvm.org/D144426
Added:
Modified:
openmp/runtime/src/i18n/en_US.txt
Removed:
################################################################################
diff --git a/openmp/runtime/src/i18n/en_US.txt b/openmp/runtime/src/i18n/en_US.txt
index 6c89ef23e8513..fb7452b8bf06b 100644
--- a/openmp/runtime/src/i18n/en_US.txt
+++ b/openmp/runtime/src/i18n/en_US.txt
@@ -492,7 +492,7 @@ SubmitBugReport "Please submit a bug report with this message, comp
"compiler and operating system versions. Faster response will be "
"obtained by including all program sources. For information on "
"submitting this issue, please see "
- "https://bugs.llvm.org/."
+ "https://github.com/llvm/llvm-project/issues/."
OBSOLETE "Check NLSPATH environment variable, its value is \"%1$s\"."
ChangeStackLimit "Please try changing the shell stack limit or adjusting the "
"OMP_STACKSIZE environment variable."
More information about the Openmp-commits
mailing list