[Lldb-commits] [lldb] a7f1910 - [lldb][NFC] Remove unused find_program logic (#163446)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 14 15:50:33 PDT 2025
Author: Alex Langford
Date: 2025-10-14T15:50:28-07:00
New Revision: a7f1910621e7a68631a61c0f4d50ad6542ee1cd7
URL: https://github.com/llvm/llvm-project/commit/a7f1910621e7a68631a61c0f4d50ad6542ee1cd7
DIFF: https://github.com/llvm/llvm-project/commit/a7f1910621e7a68631a61c0f4d50ad6542ee1cd7.diff
LOG: [lldb][NFC] Remove unused find_program logic (#163446)
All the unifdef logic was moved to source/API/CMakeLists.txt. This was
left behind during that move.
Added:
Modified:
lldb/cmake/modules/LLDBFramework.cmake
Removed:
################################################################################
diff --git a/lldb/cmake/modules/LLDBFramework.cmake b/lldb/cmake/modules/LLDBFramework.cmake
index c6f00ed05cfc2..23d9d49d0cefc 100644
--- a/lldb/cmake/modules/LLDBFramework.cmake
+++ b/lldb/cmake/modules/LLDBFramework.cmake
@@ -68,8 +68,6 @@ if(NOT APPLE_EMBEDDED)
)
endif()
-find_program(unifdef_EXECUTABLE unifdef)
-
# Wrap output in a target, so lldb-framework can depend on it.
add_custom_target(liblldb-resource-headers DEPENDS lldb-sbapi-dwarf-enums ${lldb_staged_headers})
set_target_properties(liblldb-resource-headers PROPERTIES FOLDER "LLDB/Resources")
More information about the lldb-commits
mailing list