a few mode feedback fixes per @bjorn3

This commit is contained in:
Yuri Astrakhan 2022-03-30 17:28:19 -04:00
parent a6dd658254
commit 8d7b124c1f
3 changed files with 3 additions and 3 deletions

View file

@ -1255,7 +1255,7 @@ pub struct TargetOptions {
/// handling COFF object files with more than 2<sup>15</sup> sections. Since each weak
/// symbol needs its own COMDAT section, weak linkage implies a large
/// number sections that easily exceeds the given limit for larger
/// codebase. Consequently we want a way to disallow weak linkage on some
/// codebases. Consequently we want a way to disallow weak linkage on some
/// platforms.
pub allows_weak_linkage: bool,
/// Whether the linker support rpaths or not. Defaults to false.