We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e74e6e7 commit b1c3909Copy full SHA for b1c3909
compiler/rustc_codegen_ssa/src/back/link.rs
@@ -1088,7 +1088,7 @@ fn link_natively<'a>(
1088
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-l"))
1089
}
1090
Strip::Symbols => {
1091
- // Must be noted this option removes symbol __aix_rust_metadata and thus removes .info section which contains metadata.
+ // Must be noted this option might remove symbol __aix_rust_metadata and thus removes .info section which contains metadata.
1092
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-r"))
1093
1094
Strip::None => {}
0 commit comments