[Lldb-commits] [lldb] [lldb][framework] Glob headers from source for framework (PR #148736)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 17 09:49:35 PDT 2025


chelcassanova 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.

https://github.com/llvm/llvm-project/pull/148736


More information about the lldb-commits mailing list