From 0045c130676694aa95f9cbd2b2fa2c3835971077 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 4 May 2020 17:30:24 +0200 Subject: 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 = -- cgit v1.2.3