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