forked from OSchip/llvm-project
parent
d3052d5522
commit
4b7cf1601a
|
@ -1,3 +1,12 @@
|
||||||
|
//===- Timer.cpp ----------------------------------------------------------===//
|
||||||
|
//
|
||||||
|
// The LLVM Linker
|
||||||
|
//
|
||||||
|
// This file is distributed under the University of Illinois Open Source
|
||||||
|
// License. See LICENSE.TXT for details.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "lld/Common/Timer.h"
|
#include "lld/Common/Timer.h"
|
||||||
#include "lld/Common/ErrorHandler.h"
|
#include "lld/Common/ErrorHandler.h"
|
||||||
#include "llvm/Support/Format.h"
|
#include "llvm/Support/Format.h"
|
||||||
|
|
Loading…
Reference in New Issue