Bladeren bron

* If no subtarget file found, error out instead of hint/warn

Michael VAN CANNEYT 2 jaren geleden
bovenliggende
commit
7b75729765
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      compiler/msg/errore.msg
  2. 1 1
      compiler/msgtxt.inc

+ 1 - 1
compiler/msg/errore.msg

@@ -3631,7 +3631,7 @@ option_too_many_exception_modes=11064_E_Only one WebAssembly exception support m
 % Only one WebAssembly exception support mode (NOEXCEPTIONS, JSEXCEPTIONS, BFEXCEPTIONS or NATIVEEXCEPTIONS) can be specified.
 option_subtarget_is_already_set=11065_W_Subtarget is already set to: $1
 % Displayed if more than one \var{-t} option is specified.
-option_subtarget_config_not_found=11066_W_Subtarget $1 specified but no corresponding config file $2 found.
+option_subtarget_config_not_found=11066_E_Subtarget $1 specified but no corresponding config file $2 found.
 % Displayed if more than one \var{-t} option is specified.
 option_x_ignored=11067_N_Ignoring compiler executable suffix $1.
 % Displayed if more than one \var{-t} option is specified.

+ 1 - 1
compiler/msgtxt.inc

@@ -1353,7 +1353,7 @@ const msgtxt : array[0..000378,1..240] of char=(
   'struction set "$2"'#000+
   '11064_E_Only one WebAssembly exception support mode can be specified.'#000+
   '11065_W_Subtarget is already set to: $1'#000+
-  '11066_W_Subtarget $1 specif','ied but no corresponding config file $2 f'+
+  '11066_E_Subtarget $1 specif','ied but no corresponding config file $2 f'+
   'ound.'#000+
   '11067_N_Ignoring compiler executable suffix $1.'#000+
   '12000_F_Cannot open whole program optimization feedback file "$1"'#000+