Vadim Petrochenkov
6615ee89be
linker: Use --as-needed by default when linker supports it
2021-03-28 01:49:15 +03:00
Simonas Kazlauskas
007080b607
Target stack-probe support configurable finely
...
This adds capability to configure the target's stack probe support in a
more precise manner than just on/off. In particular now we allow
choosing between always inline-asm, always call or either one of those
depending on the LLVM version on a per-target basis.
2021-01-16 12:38:02 +02:00
Vadim Petrochenkov
dc004d4809
rustc_target: Rename some target options to avoid tautology
...
`target.target_endian` -> `target.endian`
`target.target_c_int_width` -> `target.c_int_width`
`target.target_os` -> `target.os`
`target.target_env` -> `target.env`
`target.target_vendor` -> `target.vendor`
`target.target_family` -> `target.os_family`
`target.target_mcount` -> `target.mcount`
2020-11-08 17:29:13 +03:00
Vadim Petrochenkov
d5fd31197f
rustc_target: Move target_env from Target to TargetOptions
2020-11-07 14:27:47 +03:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00