mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 21:34:23 +00:00
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
This commit is contained in:
parent
d8b8912861
commit
fb4863ac55
@ -917,7 +917,7 @@ public:
|
|||||||
void operator=(bool OptionWasSpecified) {
|
void operator=(bool OptionWasSpecified) {
|
||||||
if (OptionWasSpecified) {
|
if (OptionWasSpecified) {
|
||||||
std::cerr << "Low Level Virtual Machine (" << PACKAGE_NAME << ") "
|
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);
|
exit(1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user