Skip to content

Commit ea19036

Browse files
Update src/doc/rustc/src/platform-support/s390x-unknown-none-softfloat.md
Co-authored-by: Jubilee <workingjubilee@gmail.com>
1 parent acff237 commit ea19036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/rustc/src/platform-support/s390x-unknown-none-softfloat.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ By default, code generated with the soft-float target should run on any Z System
2828
starting at [Z10][s390x-isa]. Enabling additional target features or changing the
2929
`-Ctarget-cpu` may raise the ISA required from the `z10` baseline.
3030

31-
`extern "C"` does not use a stable ABI and is subject to change between llvm versions.
31+
`extern "C"` does not use a stable ABI and is subject to change between compiler
32+
or codegen backend versions.
3233

3334
The target only generates object files in the ELF format. Any alternate formats
3435
or special considerations for binary layout will require linker options or linker

0 commit comments

Comments
 (0)