forked from OSchip/llvm-project
parent
02f562df43
commit
89d4681b81
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue