|
15 | 15 | ;; CHECK-NEXT: --split Split an input module into two output |
16 | 16 | ;; CHECK-NEXT: modules. The default mode. |
17 | 17 | ;; CHECK-NEXT: |
| 18 | +;; CHECK-NEXT: --multi-split Split an input module into an arbitrary |
| 19 | +;; CHECK-NEXT: number of output modules. |
| 20 | +;; CHECK-NEXT: |
18 | 21 | ;; CHECK-NEXT: --instrument Instrument an input module to allow it to |
19 | 22 | ;; CHECK-NEXT: generate a profile that can be used to |
20 | 23 | ;; CHECK-NEXT: guide splitting. |
|
43 | 46 | ;; CHECK-NEXT: can also pass a file with one function |
44 | 47 | ;; CHECK-NEXT: per line by passing @filename. |
45 | 48 | ;; CHECK-NEXT: |
| 49 | +;; CHECK-NEXT: --manifest [multi-split] File describing the |
| 50 | +;; CHECK-NEXT: functions to be split into each module. |
| 51 | +;; CHECK-NEXT: Each section separated by a blank line |
| 52 | +;; CHECK-NEXT: begins with the base name of an output |
| 53 | +;; CHECK-NEXT: module, which is followed by a list of |
| 54 | +;; CHECK-NEXT: functions to place in that module, one |
| 55 | +;; CHECK-NEXT: per line. |
| 56 | +;; CHECK-NEXT: |
| 57 | +;; CHECK-NEXT: --out-prefix [multi-split] Prefix prepended to module |
| 58 | +;; CHECK-NEXT: names in the manifest file to create |
| 59 | +;; CHECK-NEXT: output file names. |
| 60 | +;; CHECK-NEXT: |
46 | 61 | ;; CHECK-NEXT: --primary-output,-o1 [split] Output file for the primary |
47 | 62 | ;; CHECK-NEXT: module. |
48 | 63 | ;; CHECK-NEXT: |
|
125 | 140 | ;; CHECK-NEXT: --emit-text,-S [split, instrument] Emit text instead of |
126 | 141 | ;; CHECK-NEXT: binary for the output file or files. |
127 | 142 | ;; CHECK-NEXT: |
128 | | -;; CHECK-NEXT: --debuginfo,-g [split, instrument] Emit names section in |
129 | | -;; CHECK-NEXT: wasm binary (or full debuginfo in wast) |
| 143 | +;; CHECK-NEXT: --debuginfo,-g [split, multi-split, instrument] Emit |
| 144 | +;; CHECK-NEXT: names section in wasm binary (or full |
| 145 | +;; CHECK-NEXT: debuginfo in wast) |
130 | 146 | ;; CHECK-NEXT: |
131 | | -;; CHECK-NEXT: --output,-o [instrument, merge-profiles] Output file. |
| 147 | +;; CHECK-NEXT: --output,-o [instrument, merge-profiles, multi-split] |
| 148 | +;; CHECK-NEXT: Output file. |
132 | 149 | ;; CHECK-NEXT: |
133 | 150 | ;; CHECK-NEXT: --unescape,-u Un-escape function names (in |
134 | 151 | ;; CHECK-NEXT: print-profile output) |
|
0 commit comments