diff options
author | Justin Bogner <mail@justinbogner.com> | 2024-07-30 10:38:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-30 10:38:34 -0700 |
commit | 6992ebcb4b69fc7f116cd475e4731d3877118c1d (patch) | |
tree | e3d07e732c966ac7ea6264a0a513d49516079cdd /lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h | |
parent | 5af7086a50249315109f0fabe8aaad344b37ac5a (diff) | |
download | llvm-6992ebcb4b69fc7f116cd475e4731d3877118c1d.zip llvm-6992ebcb4b69fc7f116cd475e4731d3877118c1d.tar.gz llvm-6992ebcb4b69fc7f116cd475e4731d3877118c1d.tar.bz2 |
Reapply "[DXIL][Analysis] Make alignment on StructuredBuffer optional" (#101113)
Unfortunately storing a `MaybeAlign` in ResourceInfo deletes our move
constructor in compilers that haven't implemented [P0602R4], like GCC 7.
Since we only ever use the alignment in ways where alignment 1 and unset
are ambiguous anyway, we'll just store the integer AlignLog2 value that
we'll eventually use directly.
[P0602R4]:
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0602r4.html
This reverts commit c22171f12fa9f260e2525cf61b93c136889e17f2, reapplying
a94edb6b8e321a46fe429934236aaa4e2e9fb97f.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h')
0 files changed, 0 insertions, 0 deletions