diff options
| author | David Wood <david.wood2@arm.com> | 2024-10-08 15:20:02 +0100 |
|---|---|---|
| committer | David Wood <david.wood2@arm.com> | 2024-11-05 11:49:37 +0000 |
| commit | f745467cd99cdcb62151c3b0c90f5467e7adfe69 (patch) | |
| tree | c278e71d81ef4bed201632911314c1558dc5aa39 /compiler/rustc_codegen_ssa/messages.ftl | |
| parent | d8ab230e731ea0bcaf299b86e82558f354f8e2b0 (diff) | |
| download | rust-f745467cd99cdcb62151c3b0c90f5467e7adfe69.tar.gz rust-f745467cd99cdcb62151c3b0c90f5467e7adfe69.zip | |
codegen_ssa: use `llvm-objcopy` for macOS strip
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 3b34eb063ec..94216ce63ba 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} |
