blob: 5a286efe98da07fa664b346dc618979ae921e0f3 [file] [log] [blame]
//===- Hexagon.h ----------------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef MCLD_HEXAGON_H
#define MCLD_HEXAGON_H
#include <string>
#include <mcld/Target/TargetMachine.h>
namespace llvm {
class Target;
} // namespace of llvm
namespace mcld {
class TargetLDBackend;
extern mcld::Target TheHexagonTarget;
TargetLDBackend*
createHexagonLDBackend(const llvm::Target&, const std::string&);
} // namespace of mcld
#endif