From a4771dbaa2a31abcb07b3323d301f7dcfd93f595 Mon Sep 17 00:00:00 2001 From: Shintaro Iwasaki Date: Mon, 4 May 2020 06:12:34 -0500 Subject: [PATCH] [BOLT] change the URL for bug report When BOLT encounters a bug, BOLT should show its URL, not that of LLVM OpenMP. --- runtime/src/i18n/en_US.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/i18n/en_US.txt b/runtime/src/i18n/en_US.txt index a7c6c5e50..bd81c0878 100644 --- a/runtime/src/i18n/en_US.txt +++ b/runtime/src/i18n/en_US.txt @@ -440,7 +440,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://www.bolt-omp.org/." 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."