[Lldb-commits] [lldb] [lldb][framework] Glob headers from source for framework (PR #148736)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 17 11:05:46 PDT 2025
bulbazord wrote:
> > The new code duplicates a lot of the existing logic in API/CMakeLists.txt. Wouldn't it be simpler to add the framework code to the existing loop behind if(LLDB_BUILD_FRAMEWORK)?
>
> That can be done, I think we'd also have to move the top-level targets for fixing up framework headers to that file behind that if-gate as well.
Let's do that then. As-is, I have a hard time reasoning about the differences and overlaps between the logic you're modifying and the logic in `source/API/CMakeLists.txt`.
https://github.com/llvm/llvm-project/pull/148736
More information about the lldb-commits
mailing list