Skip to content

Commit

Permalink
tools: frr-llvm-cg
Browse files Browse the repository at this point in the history
This dumps call graph data from LLVM bitcode files into a JSON file.
Specifically for FRR, it understands thread_add_*(), hook_*() and
install_element() so it can provide extra information in these cases.
As a general feature, it tries to track down function pointers as far as
easily feasible.

Signed-off-by: David Lamparter <equinox@diac24.net>
  • Loading branch information
eqvinox committed May 5, 2020
1 parent 5999439 commit 0045c13
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ clippy-only: Makefile lib/clippy config.h
#AUTODERP# endif

EXTRA_DIST =
EXTRA_PROGRAMS =
BUILT_SOURCES =
CLEANFILES =
DISTCLEANFILES =
Expand Down
Loading

0 comments on commit 0045c13

Please sign in to comment.