================ @@ -11,6 +11,8 @@ // HELP-NEXT: Path to the WPASuite file containing the whole-program analysis result consumed by the source transformation. The extension selects which file format to use. // HELP-NEXT: --ssaf-include-local-entities // HELP-NEXT: Include block-scope (function-local) declarations in extracted SSAF summaries. By default they are omitted. +// HELP-NEXT: --ssaf-link-unit-id=<id> +// HELP-NEXT: Stable identifier used as the LinkUnit namespace name of every produced SSAF link unit. // HELP-NEXT: --ssaf-list-extractors Display the list of available SSAF summary extractors // HELP-NEXT: --ssaf-list-formats Display the list of available SSAF serialization formats // HELP-NEXT: --ssaf-no-extract-from-system-headers ---------------- t-rasmud wrote:
Can we have test cases for missing or empty `--ssaf-link-unit-id` similar to the case of missing `--ssaf-compilation-unit-id` in cli-errors-compilation-unit-id.cpp? https://github.com/llvm/llvm-project/pull/218823 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
