From ef28bf27ae0feb4567bcdc0d70dacb870a9410b1 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Sat, 22 Apr 2023 19:30:36 +0200 Subject: [PATCH] [CLI tests] Update testdata --- compiler/testData/cli/js/jsExtraHelp.out | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/testData/cli/js/jsExtraHelp.out b/compiler/testData/cli/js/jsExtraHelp.out index e7c25625824..7b9d37d6bf0 100644 --- a/compiler/testData/cli/js/jsExtraHelp.out +++ b/compiler/testData/cli/js/jsExtraHelp.out @@ -16,6 +16,10 @@ where advanced options include: -Xir-base-class-in-metadata Write base class into metadata -Xir-build-cache Use compiler to build cache -Xir-dce Perform experimental dead code elimination + -Xir-dump-declaration-ir-sizes-to-file= + Dump the IR size of each declaration to a file. The format will be chosen automatically depending on the file extension. Supported output formats include JSON for .json, JS const initialized with a plain object containing information for .js, and plain text for all other file types. + -Xir-dce-dump-reachability-info-to-file= + Dump declarations' reachability info collected during performing DCE to a file. The format will be chosen automatically based on the file extension. Supported output formats include JSON for .json, JS const initialized with a plain object containing information for .js, and plain text for all other file types. -Xir-dce-print-reachability-info Print declarations' reachability info to stdout during performing DCE -Xir-dce-runtime-diagnostic={log|exception}