• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1add_lldb_library(lldbPluginABISystemZ PLUGIN
2  ABISysV_s390x.cpp
3
4  LINK_LIBS
5    lldbCore
6    lldbSymbol
7    lldbTarget
8  LINK_COMPONENTS
9    Support
10  )
11