mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
Most platforms inherently have a size_t alignment of 4, but this isn't true on every platform LLVM has some degree of backend support for. Accordingly, it's simple enough to just set the min alignment of Block to 4 and lose the static_assert.