• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMHexagonDisassembler
2  HexagonDisassembler.cpp
3
4  LINK_COMPONENTS
5  HexagonDesc
6  HexagonInfo
7  MC
8  MCDisassembler
9  Support
10
11  ADD_TO_COMPONENT
12  Hexagon
13  )
14