diff options
Diffstat (limited to 'test/lit/help/wasm-as.test')
-rw-r--r-- | test/lit/help/wasm-as.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lit/help/wasm-as.test b/test/lit/help/wasm-as.test index a2ee3d45e..5dd4b1515 100644 --- a/test/lit/help/wasm-as.test +++ b/test/lit/help/wasm-as.test @@ -139,6 +139,9 @@ ;; CHECK-NEXT: them and pass them back in, but not ;; CHECK-NEXT: inspect their contents or call them. ;; CHECK-NEXT: +;; CHECK-NEXT: --preserve-type-order Preserve the order of types from the +;; CHECK-NEXT: input (useful for debugging and testing) +;; CHECK-NEXT: ;; CHECK-NEXT: --generate-stack-ir generate StackIR during writing ;; CHECK-NEXT: ;; CHECK-NEXT: --optimize-stack-ir optimize StackIR during writing |