diff options
-rw-r--r-- | lld/Common/Timer.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lld/Common/Timer.cpp b/lld/Common/Timer.cpp index 306d6f14101..89f9829b47c 100644 --- a/lld/Common/Timer.cpp +++ b/lld/Common/Timer.cpp @@ -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" |