[all-commits] [llvm/llvm-project] 45083d: [lldb][framework] Correctly place framework files ...
Chelsea Cassanova via All-commits
all-commits at lists.llvm.org
Thu Jul 3 15:09:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 45083dc4d2248b2e3f331af745459f2011db4b7f
https://github.com/llvm/llvm-project/commit/45083dc4d2248b2e3f331af745459f2011db4b7f
Author: Chelsea Cassanova <chelsea_cassanova at apple.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M lldb/cmake/modules/LLDBFramework.cmake
M lldb/scripts/framework-header-fix.py
Log Message:
-----------
[lldb][framework] Correctly place framework files in framework with script (#146425)
There's 2 bugs that this commit fixes:
1. Calculate the correct file path for the output file by appending the
basename of the input header instead of appending the entire input
header's path to the framework path.
2. In the script, create the framework's header directory if it does not
exist.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list