Add a missing file header.

llvm-svn: 322909
This commit is contained in:
Rui Ueyama 2018-01-18 23:46:28 +00:00
parent d3052d5522
commit 4b7cf1601a
1 changed files with 9 additions and 0 deletions

View File

@ -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/ErrorHandler.h"
#include "llvm/Support/Format.h"