Skip to content

Commit

Permalink
Replace uses of llvm.org with llvm.cs.uiuc.edu
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17549 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
mbrukman committed Nov 7, 2004
1 parent d8b8912 commit fb4863a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Support/CommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ class VersionPrinter {
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);
}
}
Expand Down

0 comments on commit fb4863a

Please sign in to comment.