summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/CMakeLists.txt
blob: cd08f14137dc2453a7106a686ce69cf61c927ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if(NOT LLDB_BUILT_STANDALONE)
  set(tablegen_deps intrinsics_gen)
endif()


add_lldb_library(lldbPluginRenderScriptRuntime
  RenderScriptRuntime.cpp
  RenderScriptExpressionOpts.cpp
  RenderScriptx86ABIFixups.cpp
  RenderScriptScriptGroup.cpp

  DEPENDS
  ${tablegen_deps}
  )
OpenPOWER on IntegriCloud