We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
check-lldb-api
1 parent 9b28021 commit 46c1e91Copy full SHA for 46c1e91
lldb/test/CMakeLists.txt
@@ -224,6 +224,7 @@ add_lldb_test_dependency(
224
llvm-pdbutil
225
llvm-readobj
226
llvm-ar
227
+ yaml2macho-core
228
)
229
230
if(TARGET lld)
lldb/tools/CMakeLists.txt
@@ -28,4 +28,4 @@ if (LLDB_CAN_USE_LLDB_SERVER)
28
add_lldb_tool_subdirectory(lldb-server)
29
endif()
30
31
-add_subdirectory(yaml2macho-core)
+add_lldb_tool_subdirectory(yaml2macho-core)
0 commit comments