Files
rust/compiler
Chris Copeland 8e54caba04 Fix comments about GCC/Clang's enum width for arm-none targets.
GCC uses the `-fshort-enums` ABI for arm-none and the `int`-sized enum
ABI for arm-linux.
Clang uses the `int`-sized enum ABI for all arm targets.

Both options are permitted by AAPCS.

Rust is matching GCC's behavior for these targets, as interop with code
code compiled by GCC is desirable in the bare-metal context. See #87917.
2023-07-23 20:19:38 -07:00
..
2023-07-23 09:48:07 +02:00
2023-07-03 07:20:51 +00:00
2023-07-23 11:14:52 +02:00
2023-07-02 21:02:31 +02:00
2023-07-23 09:48:07 +02:00
2023-07-19 16:37:09 +00:00
2023-07-23 11:14:52 +02:00
2023-07-03 13:51:54 -07:00
2023-07-22 15:38:41 -04:00