about summary refs log tree commit diff
path: root/src/test/ui/layout/hexagon-enum.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-352/+0
2022-07-31reorder fields in Laout debug outputRalf Jung-163/+163
2022-07-01Shorten def_span for more items.Camille GILLOT-5/+5
2022-05-06make Size and Align debug-printing a bit more compactRalf Jung-120/+40
2022-04-05Mark scalar layout unions so that backends that do not support partially ↵Oli Scherer-45/+35
initialized scalars can special case them.
2021-11-20Align multiline messages to their label (add left margin)Esteban Kuber-410/+410
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.