These are missing dependencies that have been exposed in builds as a result of my change to make lldb libraries depend on CLANG_TABLEGEN_TARGETS instead of libclang. llvm-svn: 283081
10 lines
245 B
CMake
10 lines
245 B
CMake
add_lldb_library(lldbPluginRenderScriptRuntime
|
|
RenderScriptRuntime.cpp
|
|
RenderScriptExpressionOpts.cpp
|
|
RenderScriptx86ABIFixups.cpp
|
|
)
|
|
|
|
if(NOT LLDB_BUILT_STANDALONE)
|
|
add_dependencies(lldbPluginRenderScriptRuntime intrinsics_gen)
|
|
endif()
|