about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/messages.ftl
diff options
context:
space:
mode:
authorFolkert de Vries <folkert@folkertdev.nl>2025-06-07 21:31:21 +0200
committerFolkert de Vries <folkert@folkertdev.nl>2025-06-07 22:06:42 +0200
commita50bd7ca24aa752fee840e83f7090bbd23f3a158 (patch)
treea69f9eb642aac976e1dc5bffba7e4dc6f4c49eac /compiler/rustc_codegen_llvm/messages.ftl
parent44f415c1d617ebc7b931a243b7b321ef8a6ca47c (diff)
downloadrust-a50bd7ca24aa752fee840e83f7090bbd23f3a158.tar.gz
rust-a50bd7ca24aa752fee840e83f7090bbd23f3a158.zip
store `target.min_global_align` as an `Align`
Diffstat (limited to 'compiler/rustc_codegen_llvm/messages.ftl')
-rw-r--r--compiler/rustc_codegen_llvm/messages.ftl6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/rustc_codegen_llvm/messages.ftl b/compiler/rustc_codegen_llvm/messages.ftl
index 41391b096cc..bda121c67fb 100644
--- a/compiler/rustc_codegen_llvm/messages.ftl
+++ b/compiler/rustc_codegen_llvm/messages.ftl
@@ -19,12 +19,6 @@ codegen_llvm_from_llvm_diag = {$message}
 
 codegen_llvm_from_llvm_optimization_diag = {$filename}:{$line}:{$column} {$pass_name} ({$kind}): {$message}
 
-codegen_llvm_invalid_minimum_alignment_not_power_of_two =
-    invalid minimum global alignment: {$align} is not power of 2
-
-codegen_llvm_invalid_minimum_alignment_too_large =
-    invalid minimum global alignment: {$align} is too large
-
 codegen_llvm_load_bitcode = failed to load bitcode of module "{$name}"
 codegen_llvm_load_bitcode_with_llvm_err = failed to load bitcode of module "{$name}": {$llvm_err}