llvm-project/lld/lib/ReaderWriter/ELF/Targets.h

19 lines
544 B
C
Raw Normal View History

//===- lib/ReaderWriter/ELF/Targets.h -------------------------------------===//
2013-01-25 15:39:18 +08:00
//
// The LLVM Linker
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
2013-01-25 15:39:18 +08:00
#ifndef LLD_READER_WRITER_ELF_TARGETS_H
#define LLD_READER_WRITER_ELF_TARGETS_H
#include "Hexagon/HexagonTarget.h"
#include "PPC/PPCTarget.h"
#include "X86/X86Target.h"
#include "X86_64/X86_64Target.h"
2013-01-25 15:39:18 +08:00
#endif