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 | 599943954969adb2b69618b943e44c62ae3ce4d2 (diff) | |
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 1e3311fa7b..f99f05ed56 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 = |
