Skip to content

Fixes to enable swift section objects #129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 18, 2016
Merged

Fixes to enable swift section objects #129

merged 1 commit into from
Feb 18, 2016

Conversation

hpux735
Copy link
Contributor

@hpux735 hpux735 commented Feb 18, 2016

When the new section objects changes comes online swiftlang/swift#1157 swiftc adds section marker objects into the link. As swiftc is only being used as a source of arguments to clang++ while bootstrapping swiftpm, and all .o's are filtered out, these objects are being dropped. This change ads an exception to that filter so that they are preserved.

This change should have no effect on the current functioning of the bootstrap, and can be applied prior to the referenced pull request.

cc/ @gribozavr @tienex

mxcl added a commit that referenced this pull request Feb 18, 2016
Fixes to enable swift section objects
@mxcl mxcl merged commit 8b54542 into swiftlang:master Feb 18, 2016
@hpux735 hpux735 deleted the gold branch February 18, 2016 18:30
aciidgh pushed a commit to aciidgh/swift-package-manager that referenced this pull request Jan 11, 2019
…ransactions

<rdar://problem/25014088> [XCBuild] Cross process locking for shared build state files
MaxDesiatov pushed a commit to MaxDesiatov/swift-package-manager that referenced this pull request Jul 6, 2020
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