mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-17 03:30:28 +00:00
d6c98ae638
Add HexagonMCInst class which adds various Hexagon VLIW annotations. In addition, this class also includes some APIs related to the constant extenders. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175634 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
163 B
CMake
8 lines
163 B
CMake
add_llvm_library(LLVMHexagonDesc
|
|
HexagonMCAsmInfo.cpp
|
|
HexagonMCInst.cpp
|
|
HexagonMCTargetDesc.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMHexagonDesc HexagonCommonTableGen)
|