Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tweak alignment fix to __cxa_exception replica under libstdc++
Summary: Best to use `[[gnu::aligned]]` exactly since that is precisely what libstdc++ uses internally. Attempting to use `max_align_t` instead is an approximation but may not work exactly. Reviewed By: skrueger Differential Revision: D68520433 fbshipit-source-id: c74e41b6ab576838b06ee4db87230e9a86b90c09
- Loading branch information