Skip to content

[Remarks][Driver] Place temporary remark files next to temporary object files #502

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

Conversation

francisvm
Copy link

No description provided.

Add better documentation about the naming scheme, add a few more
explicit descriptions and make the sphinx look better.

(cherry picked from commit 3bd7cbb)
…ct files

On Darwin, when used for generating a linked binary from a source file
(through an intermediate object file), the driver will invoke `cc1` to
generate a temporary object file. The temporary remark file will now be
emitted next to the object file, which will then be picked up by
`dsymutil` and emitted in the .dSYM bundle.

This is available for all formats except YAML since by default, YAML
doesn't need a section and the remark file will be lost.

(cherry picked from commit 07b8f8e)

rdar://57984755
@francisvm
Copy link
Author

@swift-ci please test macOS platform

@francisvm francisvm merged commit 36daa2c into swiftlang:apple/stable/20190619 Dec 19, 2019
@francisvm francisvm deleted the 57984755/apple/stable/20190619 branch December 19, 2019 19:42
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.

1 participant