1
Fork 0

Check for escape sequences in Fluent resources

This commit is contained in:
clubby789 2023-03-29 16:00:48 +01:00
parent bf57e8ada6
commit 979c265a5d
9 changed files with 64 additions and 9 deletions

View file

@ -27,7 +27,8 @@ codegen_llvm_error_calling_dlltool =
Error calling dlltool: {$error}
codegen_llvm_dlltool_fail_import_library =
Dlltool could not create import library: {$stdout}\n{$stderr}
Dlltool could not create import library: {$stdout}
{$stderr}
codegen_llvm_target_feature_disable_or_enable =
the target features {$features} must all be either enabled or disabled together