mirror of
https://github.com/intel/llvm.git
synced 2026-01-12 18:27:07 +08:00
This patch re-lands #161870 with fixes to the previous test failures. rdar://161834688 Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>
13 lines
196 B
CMake
13 lines
196 B
CMake
add_lldb_library(lldbPluginScriptedFrameProvider PLUGIN
|
|
ScriptedFrameProvider.cpp
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbInterpreter
|
|
lldbTarget
|
|
lldbUtility
|
|
)
|