diff options
| author | Rui Ueyama <ruiu@google.com> | 2018-01-18 23:46:28 +0000 |
|---|---|---|
| committer | Rui Ueyama <ruiu@google.com> | 2018-01-18 23:46:28 +0000 |
| commit | 4b7cf1601a3f1a90c2665f2067af72319243af33 (patch) | |
| tree | 7f43eafa71676beaa71fe69861667dc331c8a0df | |
| parent | d3052d5522620e822b33c07e2f5f2cfd7ffb682b (diff) | |
| download | bcm5719-llvm-4b7cf1601a3f1a90c2665f2067af72319243af33.tar.gz bcm5719-llvm-4b7cf1601a3f1a90c2665f2067af72319243af33.zip | |
Add a missing file header.
llvm-svn: 322909
| -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" |

