Adds a 'targetFallback' field to relationships in symbol graph that
contains the plain name of the relationship target. This is useful for
clients when the relationship target symbol is not available.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Is it easy to/worth checking if the target is actually outside of the current module to keep the output smaller and concise?
Comment Actions
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.
Comment Actions
However, I am not sure it's worthwhile and we might run into edge cases doing it this way with explicitly ignored symbols.