• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_llvm_component_library(LLVMSystemZAsmParser
2  SystemZAsmParser.cpp
3
4  LINK_COMPONENTS
5  MC
6  MCParser
7  Support
8  SystemZDesc
9  SystemZInfo
10
11  ADD_TO_COMPONENT
12  SystemZ
13  )
14