Skip to content

[lldb][framework] Glob headers from source for framework (#148736)#11126

Merged
JDevlieghere merged 1 commit intoswiftlang:stable/21.xfrom
chelcassanova:cherry/rebranch/lldb-framework-script-changes
Aug 6, 2025
Merged

[lldb][framework] Glob headers from source for framework (#148736)#11126
JDevlieghere merged 1 commit intoswiftlang:stable/21.xfrom
chelcassanova:cherry/rebranch/lldb-framework-script-changes

Conversation

@chelcassanova
Copy link
Copy Markdown

When gathering the headers to fix up and place in LLDB.framework, we were previously globbing the header files from a location in the build directory. This commit changes this to glob from the source directory instead, as we were globbing from the build directory without ensuring that the necessary files were actually in that location before globbing.

(cherry picked from commit d64802d)

When gathering the headers to fix up and place in LLDB.framework, we
were previously globbing the header files from a location in the build
directory. This commit changes this to glob from the source directory
instead, as we were globbing from the build directory without ensuring
that the necessary files were actually in that location before globbing.

(cherry picked from commit d64802d)
@JDevlieghere JDevlieghere merged commit 31e1d9b into swiftlang:stable/21.x Aug 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants