chore: Fix typos in 'compiler' (batch 3)
This commit is contained in:
parent
78d5c04d9c
commit
5780c1ca5e
18 changed files with 21 additions and 21 deletions
|
@ -2148,7 +2148,7 @@ pub struct TargetOptions {
|
|||
pub is_like_aix: bool,
|
||||
/// Whether the target toolchain is like macOS's. Only useful for compiling against iOS/macOS,
|
||||
/// in particular running dsymutil and some other stuff like `-dead_strip`. Defaults to false.
|
||||
/// Also indiates whether to use Apple-specific ABI changes, such as extending function
|
||||
/// Also indicates whether to use Apple-specific ABI changes, such as extending function
|
||||
/// parameters to 32-bits.
|
||||
pub is_like_osx: bool,
|
||||
/// Whether the target toolchain is like Solaris's.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue