[PATCH] D136455: [clang][ExtractAPI] Add targetFallback to relationships in symbol graph

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 24 10:47:17 PDT 2022


dang added a comment.

In D136455#3879849 <https://reviews.llvm.org/D136455#3879849>, @zixuw wrote:

> Is it easy to/worth checking if the target is actually outside of the current module to keep the output smaller and concise?

I think it can be done, since we ignore symbols that don't come from the headers provided on the command line, we could just check if the target symbol is something that is known to the APISet.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136455/new/

https://reviews.llvm.org/D136455



More information about the cfe-commits mailing list