Skip to content

Commit a7f1910

Browse files
authored
[lldb][NFC] Remove unused find_program logic (llvm#163446)
All the unifdef logic was moved to source/API/CMakeLists.txt. This was left behind during that move.
1 parent 6ae457d commit a7f1910

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/cmake/modules/LLDBFramework.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ if(NOT APPLE_EMBEDDED)
6868
)
6969
endif()
7070

71-
find_program(unifdef_EXECUTABLE unifdef)
72-
7371
# Wrap output in a target, so lldb-framework can depend on it.
7472
add_custom_target(liblldb-resource-headers DEPENDS lldb-sbapi-dwarf-enums ${lldb_staged_headers})
7573
set_target_properties(liblldb-resource-headers PROPERTIES FOLDER "LLDB/Resources")

0 commit comments

Comments
 (0)