summary refs log tree commit diff
path: root/src/test/ui/layout/hexagon-enum.stderr
AgeCommit message (Collapse)AuthorLines
2021-02-22Test hexagon-enum only when llvm target is presentSimonas Kazlauskas-5/+5
See https://github.com/rust-lang/rust/pull/82379#issuecomment-783439754
2021-02-22Fix sizes of repr(C) enums on hexagonSimonas Kazlauskas-0/+442
Enums on hexagon use a smallest size (but at least 1 byte) that fits all the enumeration values. This is unlike many other ABIs where enums are at least 32 bits.