[llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp
Misha Brukman
brukman at cs.uiuc.edu
Sat Nov 6 16:58:49 PST 2004
Changes in directory llvm/lib/Support:
CommandLine.cpp updated: 1.50 -> 1.51
---
Log message:
Replace uses of llvm.org with llvm.cs.uiuc.edu
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Support/CommandLine.cpp
diff -u llvm/lib/Support/CommandLine.cpp:1.50 llvm/lib/Support/CommandLine.cpp:1.51
--- llvm/lib/Support/CommandLine.cpp:1.50 Wed Sep 1 17:55:35 2004
+++ llvm/lib/Support/CommandLine.cpp Sat Nov 6 18:58:38 2004
@@ -917,7 +917,7 @@
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);
}
}
More information about the llvm-commits
mailing list