about summary refs log tree commit diff
path: root/compiler/rustc_target/src/spec/apple_base.rs
AgeCommit message (Expand)AuthorLines
2021-08-29Auto merge of #88250 - rusticstuff:macos-lld, r=nagisabors-1/+2
2021-08-24allow specifying an ios version for the llvm targetPatrick Amrein-0/+6
2021-08-23Mach-O (Macos/ios/...) LLD flavor is always LD64.Hans Kratz-1/+2
2021-08-16Generate an iOS LLVM target with a specific versionkit-0/+5
2021-06-30Add support for leaf fn frame pointer eliminationSimonas Kazlauskas-2/+2
2021-06-02Turn off frame pointer elimination on all Apple platforms.Jeff Muizelaar-0/+1
2021-05-20Swap TargetOptions::linker_is_gnu default from false to true and update targe...Luqman Aden-0/+1
2021-04-11Allow setting `target_family` to multiple valuesSimonas Kazlauskas-1/+1
2021-04-05rustc_target: Rely on defaults more in target specsVadim Petrochenkov-3/+1
2021-02-20iOS simulator: pick the target based on the environment variableJan-Erik Rediger-5/+16
2021-01-28rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`Alex Crichton-1/+5
2020-12-07Dogfood 'str_split_once() with `compiler/`Eric Arellano-4/+1
2020-11-08rustc_target: Rename some target options to avoid tautologyVadim Petrochenkov-3/+3
2020-11-07rustc_target: Move `target_vendor` from `Target` to `TargetOptions`Vadim Petrochenkov-0/+1
2020-11-07rustc_target: Move `target_os` from `Target` to `TargetOptions`Vadim Petrochenkov-1/+2
2020-10-13Add a target option for selecting a DWARF versionAustin Shafer-0/+1
2020-08-30mv compiler to compiler/mark-0/+82