Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions compiler/rustc_target/src/spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2651,8 +2651,8 @@ pub struct TargetOptions {
/// Use LLVM intrinsic for mcount function name
pub llvm_mcount_intrinsic: Option<StaticCow<str>>,

/// LLVM ABI name, corresponds to the '-mabi' parameter available in multilib C compilers
/// and the `-target-abi` flag in llc. In the LLVM API this is `MCOptions.ABIName`.
/// LLVM ABI name, corresponds to the '-mabi' parameter available in multilib C compilers and
/// the `-target-abi` flag in llc. In the LLVM API this is `MCTargetOptions::ABIName`.
pub llvm_abiname: LlvmAbi,

/// Control the float ABI to use, for architectures that support it. The only architecture we
Expand Down
Loading