mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 20:23:59 +00:00
Tidy up. s/Low Level Virtual Machine/LLVM/.
LLVM isn't an acronym anymore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1345,7 +1345,7 @@ class VersionPrinter {
|
||||
public:
|
||||
void print() {
|
||||
raw_ostream &OS = outs();
|
||||
OS << "Low Level Virtual Machine (http://llvm.org/):\n"
|
||||
OS << "LLVM (http://llvm.org/):\n"
|
||||
<< " " << PACKAGE_NAME << " version " << PACKAGE_VERSION;
|
||||
#ifdef LLVM_VERSION_INFO
|
||||
OS << LLVM_VERSION_INFO;
|
||||
|
Reference in New Issue
Block a user