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

Remove BITCODE_TOUCH_SYMBOL_MAP #12379

Closed

Conversation

keith
Copy link
Member

@keith keith commented Oct 28, 2020

This was a workaround for a ld64 bug that has been fixed as far back as
Xcode 10.x. The logic (from Xcode 10.2) is now:

int ret = ::stat(fReverseMapPath, &statbuf);
if ( ret == 0 && S_ISDIR(statbuf.st_mode)) {

This was a workaround for a ld64 bug that has been fixed as far back as
Xcode 10.x. The logic is now:

```
int ret = ::stat(fReverseMapPath, &statbuf);
if ( ret == 0 && S_ISDIR(statbuf.st_mode)) {
```
@google-cla google-cla bot added the cla: yes label Oct 28, 2020
@gregestren gregestren added the z-team-Apple Deprecated. Send to rules_apple, or label team-Rules-CPP + platform:apple label Nov 2, 2020
@gregestren
Copy link
Contributor

@aiuto , @susinmotion - do you know the best person to route Apple PRs to now?

@susinmotion
Copy link
Contributor

Thanks for checking! I think this belongs to Tony Allevato's team, best guess is @googlewalt (please let me know if that's not correct). It then can go into rules-C++.

We're still in the process of finding the best way to route bugs to that team and of documenting the heuristic for which bugs go to them and which bugs go to rules_apple.

@googlewalt
Copy link
Contributor

I can take this.

@googlewalt googlewalt self-requested a review November 3, 2020 15:57
@susinmotion
Copy link
Contributor

Thank you!

@susinmotion susinmotion added team-Rules-CPP Issues for C++ rules and removed z-team-Apple Deprecated. Send to rules_apple, or label team-Rules-CPP + platform:apple labels Nov 3, 2020
@aiuto aiuto assigned googlewalt and unassigned aiuto Nov 3, 2020
@keith
Copy link
Member Author

keith commented Nov 11, 2020

I will rebase this after #12265 lands to resolve the conflicts

@googlewalt
Copy link
Contributor

Patch is being merged.

@bazel-io bazel-io closed this in a1471a8 Nov 11, 2020
@keith keith deleted the ks/remove-bitcode_touch_symbol_map branch November 11, 2020 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes team-Rules-CPP Issues for C++ rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants