mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
Adjust wording
This commit is contained in:
@@ -1088,7 +1088,7 @@ fn is_illegal_instruction(_status: &ExitStatus) -> bool {
|
||||
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-l"))
|
||||
}
|
||||
Strip::Symbols => {
|
||||
// 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.
|
||||
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-r"))
|
||||
}
|
||||
Strip::None => {}
|
||||
|
||||
Reference in New Issue
Block a user