about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/lib.rs
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2024-11-23 20:50:14 +0800
committerGitHub <noreply@github.com>2024-11-23 20:50:14 +0800
commit92f5144c9c30804384be66b3fc54e61d358d0114 (patch)
tree97d7b75690bb0890bf24f609654747e5110e1b82 /compiler/rustc_codegen_llvm/src/lib.rs
parent6e1c11591fc7e98015f8e793a15c8faf0bda67f1 (diff)
parent02f51ec2bd72092f7f97ef9415fc1e658f6752e3 (diff)
downloadrust-92f5144c9c30804384be66b3fc54e61d358d0114.tar.gz
rust-92f5144c9c30804384be66b3fc54e61d358d0114.zip
Rollup merge of #133217 - xingxue-ibm:fix-strip, r=compiler-errors
[AIX] Add option -X32_64 to the "strip" command

The AIX `strip` utility requires option `-X` to specify the object mode. This patch adds the `-X32_64` option to the `strip` command so that it can handle both 32-bit and 64-bit objects. The parameter `option` of function `strip_symbols_with_external_utility`, previously a single string, has been changed to `options`, an array of string slices, to accommodate multiple `strip` options.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/lib.rs')
0 files changed, 0 insertions, 0 deletions