[lld] r322909 - Add a missing file header.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 15:46:28 PST 2018
Author: ruiu
Date: Thu Jan 18 15:46:28 2018
New Revision: 322909
URL: http://llvm.org/viewvc/llvm-project?rev=322909&view=rev
Log:
Add a missing file header.
Modified:
lld/trunk/Common/Timer.cpp
Modified: lld/trunk/Common/Timer.cpp
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/Common/Timer.cpp?rev=322909&r1=322908&r2=322909&view=diff
==============================================================================
--- lld/trunk/Common/Timer.cpp (original)
+++ lld/trunk/Common/Timer.cpp Thu Jan 18 15:46:28 2018
@@ -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"
More information about the llvm-commits
mailing list