[Lldb-commits] [lldb] [lldb][NFC] Remove unused find_program logic (PR #163446)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 14 13:28:55 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: Alex Langford (bulbazord)
<details>
<summary>Changes</summary>
All the unifdef logic was moved to source/API/CMakeLists.txt. This was left behind during that move.
---
Full diff: https://github.com/llvm/llvm-project/pull/163446.diff
1 Files Affected:
- (modified) lldb/cmake/modules/LLDBFramework.cmake (-2)
``````````diff
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")
``````````
</details>
https://github.com/llvm/llvm-project/pull/163446
More information about the lldb-commits
mailing list