Skip to content
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

[🍒 swift/release/6.1] [dsymutil] Provide an option to ignore object timestamp mismatches (#113238) #9753

Open
wants to merge 3 commits into
base: swift/release/6.1
Choose a base branch
from

Conversation

JDevlieghere
Copy link

No description provided.

kazutakahirata and others added 3 commits December 16, 2024 13:59
…llvm#113234)

I (re)discovered that dsymutil was instantiating two BinaryHolders: one
for parsing the debug map and one for linking. That really defeats the
purpose of the BinaryHolder as it serves as a cache. Fix the issue and
remove an old FIXME.

(cherry picked from commit 2ccbea1)
…lvm#113238)

Provide a option (--no-object-timestamp) to ignore object file timestamp
mismatches. We already have a similar option for Swift modules
(--no-swiftmodule-timestamp).

rdar://123975869
(cherry picked from commit 5886454)
@JDevlieghere JDevlieghere requested a review from a team as a code owner December 16, 2024 21:59
@JDevlieghere
Copy link
Author

@swift-ci test

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.

3 participants