llvm-capstone/utils
Christian Sigg 1c8c365de2
[mlir][bytecode] Check that bytecode source buffer is sufficiently aligned. (#66380)
Before this change, the `ByteCode` test failed on CentOS 7 with
devtoolset-9, because strings happen to be only 8 byte aligned. In
general though, strings have no alignment guarantee.

Increase resource alignment in test to 32 bytes. 
Adjust test to sufficiently align buffer.
Add test to check error when buffer is insufficiently aligned.
2023-09-17 13:46:01 +02:00
..
arcanist [arcanist] rm -f for write protected temp files 2023-04-17 13:19:02 -07:00
bazel [mlir][bytecode] Check that bytecode source buffer is sufficiently aligned. (#66380) 2023-09-17 13:46:01 +02:00