mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Show derived host triple in --version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80855 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e869c353c
commit
6552478ee7
@ -22,6 +22,7 @@
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Target/TargetRegistry.h"
|
||||
#include "llvm/System/Host.h"
|
||||
#include "llvm/System/Path.h"
|
||||
#include "llvm/ADT/OwningPtr.h"
|
||||
#include "llvm/Config/config.h"
|
||||
@ -1135,6 +1136,7 @@ public:
|
||||
#endif
|
||||
outs() << ".\n"
|
||||
<< " Built " << __DATE__ << " (" << __TIME__ << ").\n"
|
||||
<< " Host: " << sys::getHostTriple() << "\n"
|
||||
<< "\n"
|
||||
<< " Registered Targets:\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user