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

Add -file-prefix-map support #1326

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Conversation

brentleyjones
Copy link
Collaborator

@brentleyjones brentleyjones commented Oct 1, 2024

We can use -file-prefix-map instead of -debug-prefix-map starting in Xcode 14. This has the main benefit of remapping debugging, indexing, and coverage paths, all with a single flag.

Keeping this opt-in for now, we'll test this out locally before a further rollout.

PiperOrigin-RevId: 477010867
(cherry picked from commit bead123)

Cherry-pick notes: we implemented this in 20d7d9d. This cherry-pick just adds a couple things from upstream’s version of the same change.

brentleyjones referenced this pull request Oct 1, 2024
We can use -file-prefix-map instead of -debug-prefix-map starting in Xcode 14.
This has the main benefit of remapping debugging, indexing, and coverage paths, all with a single flag.

Keeping this opt-in for now, we'll test this out locally before a further rollout.

PiperOrigin-RevId: 477010867
We can use -file-prefix-map instead of -debug-prefix-map starting in Xcode 14.
This has the main benefit of remapping debugging, indexing, and coverage paths, all with a single flag.

Keeping this opt-in for now, we'll test this out locally before a further rollout.

PiperOrigin-RevId: 477010867
(cherry picked from commit bead123)

Cherry-pick notes: we implemented this in 20d7d9d. This cherry-pick just adds a couple things from upstream’s versversion of the same change.

Signed-off-by: Brentley Jones <[email protected]>
@brentleyjones brentleyjones force-pushed the bj/add-file-prefix-map-support branch from 3d0e490 to 7605ad3 Compare October 3, 2024 14:44
@brentleyjones brentleyjones enabled auto-merge (rebase) October 3, 2024 14:44
@brentleyjones brentleyjones merged commit 7c2dd0f into master Oct 3, 2024
13 of 14 checks passed
@brentleyjones brentleyjones deleted the bj/add-file-prefix-map-support branch October 3, 2024 14:45
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