summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-11-07 00:58:38 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-11-07 00:58:38 +0000
commit8a75d2e73bfce95932ac536fb816415700f1bd00 (patch)
treed9b6d39c029383bc5f57795bedbdf95f7d1a3b5a /llvm/lib/Support/CommandLine.cpp
parent7ee6c5525ee852568c8d7668abf004b94a77bd09 (diff)
downloadbcm5719-llvm-8a75d2e73bfce95932ac536fb816415700f1bd00.tar.gz
bcm5719-llvm-8a75d2e73bfce95932ac536fb816415700f1bd00.zip
Replace uses of llvm.org with llvm.cs.uiuc.edu
llvm-svn: 17549
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
-rw-r--r--llvm/lib/Support/CommandLine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp
index d60b464dd5a..90afa0d9e33 100644
--- a/llvm/lib/Support/CommandLine.cpp
+++ b/llvm/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);
}
}
OpenPOWER on IntegriCloud