[Lldb-commits] [lldb] [lldb][framework] Copy framework files correctly (PR #146425)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 30 17:51:37 PDT 2025


chelcassanova wrote:

> If framework-header-fix.py already puts the header in the framework, why might we want to wholesale copy it into the framework beforehand?

I don't think the script and build infrastructure was actually putting everything in the framework itself, just the staging area in the build dir. Copying the files into the framework was a step in the original config for this CMake module before I modified it to use the Python script so I think it might have to be added back in here.

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


More information about the lldb-commits mailing list