diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-11-05 23:43:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-05 23:43:56 +0100 |
| commit | 8dee3e978a712bf6ed377473352edfc13f5e235c (patch) | |
| tree | 53296661b00d148e2f575031491c5518b12758ea /compiler/rustc_codegen_ssa/messages.ftl | |
| parent | efa5af96a1ab626047feb70f54b1cfce0d4a2d36 (diff) | |
| parent | f745467cd99cdcb62151c3b0c90f5467e7adfe69 (diff) | |
| download | rust-8dee3e978a712bf6ed377473352edfc13f5e235c.tar.gz rust-8dee3e978a712bf6ed377473352edfc13f5e235c.zip | |
Rollup merge of #131405 - davidtwco:hardcoded-strip-macos, r=jieyouxu,albertlarsan68
bootstrap/codegen_ssa: ship llvm-strip and use it for -Cstrip Fixes #131206. - Includes `llvm-strip` (a symlink to `llvm-objcopy`) in the compiler dist artifact so that it can be used for `-Cstrip` instead of the system tooling. - Uses `llvm-strip` instead of `/usr/bin/strip` for macOS. macOS needs a specific linker and the system one is preferred, hence #130781 but that doesn't work when cross-compiling, so use the `llvm-strip` utility instead. cc #123151
Diffstat (limited to 'compiler/rustc_codegen_ssa/messages.ftl')
| -rw-r--r-- | compiler/rustc_codegen_ssa/messages.ftl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_ssa/messages.ftl b/compiler/rustc_codegen_ssa/messages.ftl index 719ea0b5ba4..62db3d5a98c 100644 --- a/compiler/rustc_codegen_ssa/messages.ftl +++ b/compiler/rustc_codegen_ssa/messages.ftl @@ -2,6 +2,8 @@ codegen_ssa_L4Bender_exporting_symbols_unimplemented = exporting symbols not imp codegen_ssa_add_native_library = failed to add native library {$library_path}: {$error} +codegen_ssa_aix_strip_not_used = using host's `strip` binary to cross-compile to AIX which is not guaranteed to work + codegen_ssa_apple_deployment_target_invalid = failed to parse deployment target specified in {$env_var}: {$error} |
