================
@@ -1021,6 +1021,15 @@ def _ssaf_global_scope_analysis_result :
"consumed by the source transformation. The extension selects which file "
"format to use.">,
MarshallingInfoString<SSAFOpts<"GlobalScopeAnalysisResult">>;
+def _ssaf_link_unit_id :
+ Joined<["--"], "ssaf-link-unit-id=">,
+ MetaVarName<"<id>">,
+ Group<SSAF_Group>,
+ Visibility<[ClangOption, CC1Option]>,
+ HelpText<
+ "Stable identifier used as the LinkUnit namespace name of every "
+ "produced SSAF link unit.">,
----------------
dtarditi wrote:
The term "produced SSAF link unit" is unclear. Will this flag be passed into
the SSAF summary merging phase? It's really the "name of the link unit that
this individual TU 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