diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-07 00:58:38 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-11-07 00:58:38 +0000 |
commit | fb4863ac5506229abe7ee9d9cfffbe4f45fe71eb (patch) | |
tree | f6a3f70a14c4b9ccc583d2f797d4fc50e737f06a /lib/Support/CommandLine.cpp | |
parent | d8b8912861ad7c610eb00cf9b8980ea439ded797 (diff) |
Replace uses of llvm.org with llvm.cs.uiuc.edu
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17549 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CommandLine.cpp')
-rw-r--r-- | lib/Support/CommandLine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index d60b464dd5..90afa0d9e3 100644 --- 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); } } |