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