tests: test -m with nit.nit
[nit.git] / tests / sav / nitc.sav
index 17c0459..bc659d0 100644 (file)
@@ -3,14 +3,21 @@ usage: nitc [options] file...
   -q, --quiet                     Do not show warnings
   --stop-on-first-error           Stop on first error
   --no-color                      Do not use color to display errors and warnings
-  -I, --path                      Set include path for loaders (may be used more than once)
   --log                           Generate various log files
   --log-dir                       Directory where to generate log files
-  --only-parse                    Only proceed to parse step of loaders
-  --only-metamodel                Stop after meta-model processing
   -h, -?, --help                  Show Help (This screen)
   --version                       Show version and exit
   -v, --verbose                   Verbose
+  -I, --path                      Set include path for loaders (may be used more than once)
+  --only-parse                    Only proceed to parse step of loaders
+  --only-metamodel                Stop after meta-model processing
+  --global                        Use global compilation
+  --no-global-SFT-optimization    Do not use SFT optimization
+  --no-global-DMR-optimization    Do not use dead method removal optimization
+  --global-callgraph              The algorithm to use to build the callgraph <none, cha, rta>
+  --no-global-get-set-inlining    Do not automatically inline getters/setters
+  --no-global-RFIM-analysis       Do not use a specialized algorithm to find reachable methods from initializers
+  --no-global-OOIT-optimization   Do not remove get tests outside object initialization
   -o, --output                    Output file
   -O, --boost                     Optimize compilation
   --no-cc                         Do not invoke C compiler
@@ -18,15 +25,8 @@ usage: nitc [options] file...
   --cc-lib-name                   Name of library to use for C compiler
   --cc-lib-path                   Path to libraries for C compiler
   --cc-header-path                Path to .h files for C compiler
-  --global                        Use global compilation
   --clibdir                       NIT C library directory
   --bindir                        NIT tools directory
   --compdir                       Intermediate compilation directory
   -p, --extension-prefix          Append prefix to file extension
-  --no-global-SFT-optimization    Do not use SFT optimization
-  --no-global-DMR-optimization    Do not use dead method removal optimization
-  --global-callgraph              The algorithm to use to build the callgraph <none, cha, rta>
-  --no-global-get-set-inlining    Do not automatically inline getters/setters
-  --no-global-RFIM-analysis       Do not use a specialized algorithm to find reachable methods from initializers
-  --no-global-OOIT-optimization   Do not remove get tests outside object initialization
   --output-format                 The type of code we want to be generated <none, C, icode>