Browse Source

* fixed -Cl options now showing in the help of an LLVM compiler (and fixed
them to read -Cl rather than -CL)

git-svn-id: trunk@45316 -

Jonas Maebe 5 years ago
parent
commit
bd19575f92
2 changed files with 8 additions and 8 deletions
  1. 4 4
      compiler/msg/errore.msg
  2. 4 4
      compiler/msgtxt.inc

+ 4 - 4
compiler/msg/errore.msg

@@ -3904,10 +3904,10 @@ Z*2Az80asm_Assemble using z80asm
 **2Ch<n>[,m]_<n> bytes min heap size (between 1023 and 67107840) and optionally [m] max heap size
 **2Ch<n>[,m]_<n> bytes min heap size (between 1023 and 67107840) and optionally [m] max heap size
 **2Ci_IO-checking
 **2Ci_IO-checking
 A*2CI<x>_Select instruction set on ARM: ARM or THUMB
 A*2CI<x>_Select instruction set on ARM: ARM or THUMB
-l*2CL<x>_LLVM code generation options
-l*3CLflto_Enable Link-time optimisation (needed both when compiling units and programs/libraries)
-l*3CLfltonosystem_Disable LTO for the system unit (needed with at least Xcode 10.2 and earlier due to linker bugs)
-l*3CLv<x>_LLVM target version: Xcode-10.1, 7.0, 8.0, .., 10.0
+L*2Cl<x>_LLVM code generation options
+L*3Clflto_Enable Link-time optimisation (needed both when compiling units and programs/libraries)
+L*3Clfltonosystem_Disable LTO for the system unit (needed with at least Xcode 10.2 and earlier due to linker bugs)
+L*3Clv<x>_LLVM target version: Xcode-10.1, 7.0, 8.0, .., 10.0
 **2Cn_Omit linking stage
 **2Cn_Omit linking stage
 P*2CN_Generate nil-pointer checks (AIX-only)
 P*2CN_Generate nil-pointer checks (AIX-only)
 **2Co_Check overflow of integer operations
 **2Co_Check overflow of integer operations

+ 4 - 4
compiler/msgtxt.inc

@@ -1515,12 +1515,12 @@ const msgtxt : array[0..000356,1..240] of char=(
   'ptionally [m] max heap size'#010+
   'ptionally [m] max heap size'#010+
   '**2Ci_IO-checking'#010+
   '**2Ci_IO-checking'#010+
   'A*2CI<x>_Select instruction set on ARM: ARM or THUMB'#010+
   'A*2CI<x>_Select instruction set on ARM: ARM or THUMB'#010+
-  'l*2CL<x>_LLVM code g','eneration options'#010+
-  'l*3CLflto_Enable Link-time optimisation (needed both when compiling un'+
+  'L*2Cl<x>_LLVM code g','eneration options'#010+
+  'L*3Clflto_Enable Link-time optimisation (needed both when compiling un'+
   'its and programs/libraries)'#010+
   'its and programs/libraries)'#010+
-  'l*3CLfltonosystem_Disable LTO for the system unit (needed with at leas'+
+  'L*3Clfltonosystem_Disable LTO for the system unit (needed with at leas'+
   't Xcode 10.2 and earlier due to linker bugs)'#010+
   't Xcode 10.2 and earlier due to linker bugs)'#010+
-  'l*3CLv<x>','_LLVM target version: Xcode-10.1, 7.0, 8.0, .., 10.0'#010+
+  'L*3Clv<x>','_LLVM target version: Xcode-10.1, 7.0, 8.0, .., 10.0'#010+
   '**2Cn_Omit linking stage'#010+
   '**2Cn_Omit linking stage'#010+
   'P*2CN_Generate nil-pointer checks (AIX-only)'#010+
   'P*2CN_Generate nil-pointer checks (AIX-only)'#010+
   '**2Co_Check overflow of integer operations'#010+
   '**2Co_Check overflow of integer operations'#010+