[Lldb-commits] [lldb] [lldb][framework] Copy framework files correctly (PR #146425)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 1 10:48:03 PDT 2025
chelcassanova wrote:
> My understanding was the -o ${output_header} here should place it in the framework when ${output_header} is the right directory.
So did I, but when I actually tried a build with the framework enabled the headers weren't there. Looking at this again copying the files *might* be overkill as the original calculation for the output filepath is wrong. Originally I had put `set(output_header $<TARGET_FILE_DIR:liblldb>/Headers/${input_header})` where `${input_header} is the complete path instead of just the basename. It might feasible to just use the basename to get the output header without copying everything from `FrameworkHeaders` into the framework itself.
https://github.com/llvm/llvm-project/pull/146425
More information about the lldb-commits
mailing list