================ @@ -12,11 +12,12 @@ and emits two per-translation-unit artifacts: ## Driver options -Four options control the pipeline; they are all both `--ssaf-…` driver +Five options control the pipeline; they are all both `--ssaf-…` driver options and `cc1` options. The compilation-unit identifier is shared with the summary extraction step. A given compilation unit needs to receive the same identifier for both summary extraction and source -edit generation. +edit generation. The link-unit identifier must match the namespace +name the compilation unit's `WPASuite` result was linked into. ---------------- ziqingluo-90 wrote:
changed it to `The link-unit identifier must match the LinkUnit namespace name that this compilation unit was linked into.` https://github.com/llvm/llvm-project/pull/218823 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
