Use an error struct instead of a panic
This commit is contained in:
parent
518becf5ea
commit
b780fa9219
10 changed files with 47 additions and 5 deletions
|
@ -18,6 +18,8 @@ codegen_llvm_error_creating_import_library =
|
|||
codegen_llvm_error_writing_def_file =
|
||||
Error writing .DEF file: {$error}
|
||||
|
||||
codegen_llvm_fixed_x18_invalid_arch = the `-Zfixed-x18` flag is not supported on the `{$arch}` architecture
|
||||
|
||||
codegen_llvm_from_llvm_diag = {$message}
|
||||
|
||||
codegen_llvm_from_llvm_optimization_diag = {$filename}:{$line}:{$column} {$pass_name} ({$kind}): {$message}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue