================ @@ -0,0 +1,20 @@ +// RUN: rm -rf %t.summary.json +// RUN: %clang_cc1 -fsyntax-only %s \ +// RUN: --ssaf-extract-summaries=CallGraph \ +// RUN: --ssaf-tu-summary-file=%t.summary.json + +// Check that the JSON validation passes. +// TODO: Enable the next line once the LinkageTable is populated. +// R U N: clang-ssaf-format --type=tu %t.summary.json ---------------- steakhal wrote:
This would fail because `ssaf-format` would fail because we don't populate the Linkage information of the entities (yet). Once we do that, we can enable this RUN line. https://github.com/llvm/llvm-project/pull/189681 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
