64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
22 lines
711 B
C++
22 lines
711 B
C++
//===- HexagonDepArch.h ---------------------------------------------------===//
|
|
//
|
|
// The LLVM Compiler Infrastructure
|
|
//
|
|
// This file is distributed under the University of Illinois Open Source
|
|
// License. See LICENSE.TXT for details.
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
// Automatically generated file, please consult code owner before editing.
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
|
|
#ifndef HEXAGON_DEP_ARCH_H
|
|
#define HEXAGON_DEP_ARCH_H
|
|
namespace llvm {
|
|
namespace Hexagon {
|
|
enum class ArchEnum { V4,V5,V55,V60,V62,V65 };
|
|
} // namespace Hexagon
|
|
} // namespace llvm;
|
|
#endif // HEXAGON_DEP_ARCH_H
|