1 //===----------------------------------------------------------------------===// 2 // 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4 // See https://llvm.org/LICENSE.txt for license information. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6 // 7 //===----------------------------------------------------------------------===// 8 // Automatically generated file, please consult code owner before editing. 9 //===----------------------------------------------------------------------===// 10 11 12 #ifndef HEXAGON_DEP_ARCH_H 13 #define HEXAGON_DEP_ARCH_H 14 namespace llvm { 15 namespace Hexagon { 16 enum class ArchEnum { NoArch, Generic, V5, V55, V60, V62, V65, V66 }; 17 } // namespace Hexagon 18 } // namespace llvm; 19 #endif // HEXAGON_DEP_ARCH_H 20