projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8b8912
)
Replace uses of llvm.org with llvm.cs.uiuc.edu
author
Misha Brukman
<brukman+llvm@gmail.com>
Sun, 7 Nov 2004 00:58:38 +0000
(
00:58
+0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Sun, 7 Nov 2004 00:58:38 +0000
(
00:58
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17549
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Support/CommandLine.cpp
patch
|
blob
|
history
diff --git
a/lib/Support/CommandLine.cpp
b/lib/Support/CommandLine.cpp
index d60b464dd5aef9d0416bee411e334f4a0de94244..90afa0d9e33564fe6aecc4dc0538b10a13029038 100644
(file)
--- a/
lib/Support/CommandLine.cpp
+++ b/
lib/Support/CommandLine.cpp
@@
-917,7
+917,7
@@
public:
void operator=(bool OptionWasSpecified) {
if (OptionWasSpecified) {
std::cerr << "Low Level Virtual Machine (" << PACKAGE_NAME << ") "
-
<< PACKAGE_VERSION << " (see http://llvm.org
/)\n";
+
<< PACKAGE_VERSION << " (see http://llvm.cs.uiuc.edu
/)\n";
exit(1);
}
}