//===- Mips.h -------------------------------------------------------------===// | |
// | |
// The MCLinker Project | |
// | |
// This file is distributed under the University of Illinois Open Source | |
// License. See LICENSE.TXT for details. | |
// | |
//===----------------------------------------------------------------------===// | |
#ifndef MCLD_MIPS_H | |
#define MCLD_MIPS_H | |
#include "mcld/Support/TargetRegistry.h" | |
namespace mcld { | |
extern mcld::Target TheMipselTarget; | |
} // namespace of mcld | |
#endif |