mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
This commit hooks the nofity function that signals script group compilation. By tracking scriptgroups compiled at runtine, users are able to place breakpoints by script group name. Breakpoints will be placed on the kernels forming the group. llvm-svn: 285902
11 lines
275 B
CMake
11 lines
275 B
CMake
add_lldb_library(lldbPluginRenderScriptRuntime
|
|
RenderScriptRuntime.cpp
|
|
RenderScriptExpressionOpts.cpp
|
|
RenderScriptx86ABIFixups.cpp
|
|
RenderScriptScriptGroup.cpp
|
|
)
|
|
|
|
if(NOT LLDB_BUILT_STANDALONE)
|
|
add_dependencies(lldbPluginRenderScriptRuntime intrinsics_gen)
|
|
endif()
|