diff options
author | Chelsea Cassanova <chelsea_cassanova@apple.com> | 2025-06-26 15:06:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-26 15:06:37 -0700 |
commit | c73e5e3e209cca229f24645b74ce4944b7e1016f (patch) | |
tree | 23a36b878eff8f693980d9752ba908f28572d46e /lldb/source/Commands/CommandObjectScripting.cpp | |
parent | 4e154ccaf17fb1b69caf06c1a38bb67c8d2541e8 (diff) | |
download | llvm-c73e5e3e209cca229f24645b74ce4944b7e1016f.zip llvm-c73e5e3e209cca229f24645b74ce4944b7e1016f.tar.gz llvm-c73e5e3e209cca229f24645b74ce4944b7e1016f.tar.bz2 |
[lldb][scripts] Fix bugs in framework fix script (#145961)
The script used to fix up LLDB's header for use in the macOS framework
contained 2 bugs that this commit addreses:
1. The output contents were appended to the output file multiple times
instead of only being written once.
2. The script was not considering LLDB includes that were *not* from the
SB API.
This commit addresses and fixes both of these bugs and updates the
corresponding test to match.
Diffstat (limited to 'lldb/source/Commands/CommandObjectScripting.cpp')
0 files changed, 0 insertions, 0 deletions