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

<atomic>: removing _ENABLE_ATOMIC_ALIGNMENT_FIX #723

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

sstefan1
Copy link
Contributor

Fixes #717
There is also a llvm test (llvm-project/libcxx/test/support/msvc_stdlib_force_include.h) which defines _ENABLE_ATOMIC_ALIGNMENT_FIX. I guess that should be patched within llvm, right?

@sstefan1 sstefan1 requested a review from a team as a code owner April 16, 2020 16:20
@msftclas
Copy link

msftclas commented Apr 16, 2020

CLA assistant check
All CLA requirements met.

@CaseyCarter CaseyCarter added the enhancement Something can be improved label Apr 16, 2020
@CaseyCarter
Copy link
Member

There is also a llvm test (llvm-project/libcxx/test/support/msvc_stdlib_force_include.h) which defines _ENABLE_ATOMIC_ALIGNMENT_FIX. I guess that should be patched within llvm, right?

Yes. We figured this would be easiest for one of us with LLVM commit powers to fix after applying the local change.

@sstefan1
Copy link
Contributor Author

Yes. We figured this would be easiest for one of us with LLVM commit powers to fix after applying the local change.

I have the powers :), but never really touched anything in libcxx nor played with llvm on windows. It makes sense for someone else to commit it.

@StephanTLavavej StephanTLavavej self-assigned this Apr 21, 2020
@StephanTLavavej StephanTLavavej merged commit b1c1861 into microsoft:master Apr 22, 2020
@StephanTLavavej
Copy link
Member

Thanks for this usability improvement, and congrats on your first microsoft/STL commit! 😺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Something can be improved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<atomic>: Do we still need _ENABLE_ATOMIC_ALIGNMENT_FIX?
5 participants