[Openmp-commits] [PATCH] D35018: Address wrong website bug
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 5 15:01:28 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL307206: Fix wrong website in messages (authored by jlpeyton).
Changed prior to commit:
https://reviews.llvm.org/D35018?vs=105291&id=105341#toc
Repository:
rL LLVM
https://reviews.llvm.org/D35018
Files:
openmp/trunk/runtime/src/i18n/en_US.txt
Index: openmp/trunk/runtime/src/i18n/en_US.txt
===================================================================
--- openmp/trunk/runtime/src/i18n/en_US.txt
+++ openmp/trunk/runtime/src/i18n/en_US.txt
@@ -429,7 +429,7 @@
"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 @@
"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, "
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35018.105341.patch
Type: text/x-patch
Size: 1636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170705/b8b2653c/attachment.bin>
More information about the Openmp-commits
mailing list