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

fix raw_ptr.cc on exotic architectures #18193

Closed
wants to merge 1 commit into from

Conversation

jagub2
Copy link
Contributor

@jagub2 jagub2 commented Sep 9, 2024

I was working with an exotic architecture where ABSL_CACHELINE_SIZE of abseil was less than 64, so I got a compilation error about redefined symbols. I think the cc file should be adapted to the header file, so here is my change.

@jagub2 jagub2 requested a review from a team as a code owner September 9, 2024 18:58
@jagub2 jagub2 requested review from sbenzaquen and removed request for a team September 9, 2024 18:58
@tonyliaoss tonyliaoss added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Sep 17, 2024
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Sep 17, 2024
@tonyliaoss tonyliaoss added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Sep 18, 2024
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Sep 18, 2024
@tonyliaoss tonyliaoss added the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Sep 19, 2024
@github-actions github-actions bot removed the 🅰️ safe for tests Mark a commit as safe to run presubmits over label Sep 19, 2024
@tonyliaoss
Copy link
Member

Integration tests are failing due to version skew... I'm going to force-pull this one.

@jagub2
Copy link
Contributor Author

jagub2 commented Sep 19, 2024

I could rebase this change on top of any commit, if you provide it. However, I'd be able to rebase it in the middle of next week.

copybara-service bot pushed a commit that referenced this pull request Sep 19, 2024
I was working with an exotic architecture where ABSL_CACHELINE_SIZE of abseil was less than 64, so I got a compilation error about redefined symbols. I think the cc file should be adapted to the header file, so here is my change.

Closes #18193

COPYBARA_INTEGRATE_REVIEW=#18193 from jagub2:raw_ptr_fix 4958e0f
FUTURE_COPYBARA_INTEGRATE_REVIEW=#18193 from jagub2:raw_ptr_fix 4958e0f
PiperOrigin-RevId: 676526640
copybara-service bot pushed a commit that referenced this pull request Sep 19, 2024
I was working with an exotic architecture where ABSL_CACHELINE_SIZE of abseil was less than 64, so I got a compilation error about redefined symbols. I think the cc file should be adapted to the header file, so here is my change.

Closes #18193

COPYBARA_INTEGRATE_REVIEW=#18193 from jagub2:raw_ptr_fix 4958e0f
FUTURE_COPYBARA_INTEGRATE_REVIEW=#18193 from jagub2:raw_ptr_fix 4958e0f
PiperOrigin-RevId: 676526640
@tonyliaoss
Copy link
Member

Thanks for the offer Jakub! I think the force-pull went well :)

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