mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
7 lines
143 B
CMake
7 lines
143 B
CMake
|
add_llvm_library(LLVMHexagonDesc
|
||
|
HexagonMCTargetDesc.cpp
|
||
|
HexagonMCAsmInfo.cpp
|
||
|
)
|
||
|
|
||
|
add_dependencies(LLVMHexagonDesc HexagonCommonTableGen)
|