blob: 004f12ff87cab55acd140ddf073310784002f48f (
plain)
1
2
3
4
5
6
7
8
9
10
|
//===- lib/ReaderWriter/ELF/PPC/PPCTarget.h -------------------------------===//
//
// The LLVM Linker
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "PPCLinkingContext.h"
|