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.
1 parent 6ae457d commit a7f1910Copy full SHA for a7f1910
lldb/cmake/modules/LLDBFramework.cmake
@@ -68,8 +68,6 @@ if(NOT APPLE_EMBEDDED)
68
)
69
endif()
70
71
-find_program(unifdef_EXECUTABLE unifdef)
72
-
73
# Wrap output in a target, so lldb-framework can depend on it.
74
add_custom_target(liblldb-resource-headers DEPENDS lldb-sbapi-dwarf-enums ${lldb_staged_headers})
75
set_target_properties(liblldb-resource-headers PROPERTIES FOLDER "LLDB/Resources")
0 commit comments