Skip to content

Commit 46c1e91

Browse files
committed
Correct my cmake details so the check-lldb-api target builds the
new yaml2macho-core tool. Thanks to Felipe for the guidance.
1 parent 9b28021 commit 46c1e91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lldb/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ add_lldb_test_dependency(
224224
llvm-pdbutil
225225
llvm-readobj
226226
llvm-ar
227+
yaml2macho-core
227228
)
228229

229230
if(TARGET lld)

lldb/tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ if (LLDB_CAN_USE_LLDB_SERVER)
2828
add_lldb_tool_subdirectory(lldb-server)
2929
endif()
3030

31-
add_subdirectory(yaml2macho-core)
31+
add_lldb_tool_subdirectory(yaml2macho-core)

0 commit comments

Comments
 (0)