Put missing license header.

llvm-svn: 193435
This commit is contained in:
Rui Ueyama 2013-10-25 20:58:12 +00:00
parent 02f562df43
commit 89d4681b81
2 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,12 @@
//===- lib/ReaderWriter/ELF/PPC/PPCLinkingContext.cpp ---------------------===//
//
// The LLVM Linker
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "PPCLinkingContext.h"
#include "lld/Core/LLVM.h"

View File

@ -1,3 +1,12 @@
//===- lib/ReaderWriter/ELF/X86/X86LinkingContext.cpp ---------------------===//
//
// The LLVM Linker
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "X86LinkingContext.h"
#include "lld/Core/LLVM.h"