brintos

brintos / llvm-project-archived public Read only

0
0
Text · 190 B · 78a450e Raw
14 lines · plain
1add_llvm_component_library(LLVMHexagonDisassembler2  HexagonDisassembler.cpp3 4  LINK_COMPONENTS5  HexagonDesc6  HexagonInfo7  MC8  MCDisassembler9  Support10 11  ADD_TO_COMPONENT12  Hexagon13  )14