From 37def00806187ccc4cf3d7e210d6f305278d1e6d Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Mon, 20 Feb 2023 14:30:17 -0600 Subject: [PATCH] [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 --- openmp/runtime/src/i18n/en_US.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/runtime/src/i18n/en_US.txt b/openmp/runtime/src/i18n/en_US.txt index 6c89ef2..fb7452b 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." -- 2.7.4