diff options
author | David Lamparter <equinox@diac24.net> | 2020-05-04 17:30:24 +0200 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-05-05 14:39:12 +0200 |
commit | 0045c130676694aa95f9cbd2b2fa2c3835971077 (patch) | |
tree | a46724fa584f54f7ee2e1933fc5b4e9aac73690b /Makefile.am | |
parent | build: rework Makefile var extraction... again (diff) | |
download | frr-0045c130676694aa95f9cbd2b2fa2c3835971077.tar.xz frr-0045c130676694aa95f9cbd2b2fa2c3835971077.zip |
tools: frr-llvm-cg
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1e3311fa7..f99f05ed5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -89,6 +89,7 @@ clippy-only: Makefile lib/clippy config.h #AUTODERP# endif EXTRA_DIST = +EXTRA_PROGRAMS = BUILT_SOURCES = CLEANFILES = DISTCLEANFILES = |