summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2017-07-05 22:01:05 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2017-07-05 22:01:05 +0000
commitd0494046c779f8448b914c3305b97da47c05c15c (patch)
treed231ec9dad2bb7625d140c3c5fbb0754e0f1a14e
parent91dcab417c88869d6495765434d3348ba1e626cf (diff)
downloadbcm5719-llvm-d0494046c779f8448b914c3305b97da47c05c15c.tar.gz
bcm5719-llvm-d0494046c779f8448b914c3305b97da47c05c15c.zip
Fix wrong website in messages
Address user message bug where the messages were sending users to Intel's website instead of the LLVM OpenMP runtime websites. Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=32892 Differential Revision: https://reviews.llvm.org/D35018 llvm-svn: 307206
-rw-r--r--openmp/runtime/src/i18n/en_US.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/i18n/en_US.txt b/openmp/runtime/src/i18n/en_US.txt
index eb82b6f69c5..33553375b67 100644
--- a/openmp/runtime/src/i18n/en_US.txt
+++ b/openmp/runtime/src/i18n/en_US.txt
@@ -429,7 +429,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 "
- "http://www.intel.com/software/products/support/."
+ "https://bugs.llvm.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."
@@ -445,7 +445,7 @@ DuplicateLibrary "This means that multiple copies of the OpenMP runt
"you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow "
"the program to continue to execute, but that may cause crashes or "
"silently produce incorrect results. "
- "For more information, please see http://www.intel.com/software/products/support/."
+ "For more information, please see http://openmp.llvm.org/"
NameComesFrom_CPUINFO_FILE "This name is specified in environment variable KMP_CPUINFO_FILE."
NotEnoughMemory "Seems application required too much memory."
ValidBoolValues "Use \"0\", \"FALSE\". \".F.\", \"off\", \"no\" as false values, "
OpenPOWER on IntegriCloud