citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit c7098cf3fce676880e87d1cb1632496747c22702
parent c28f7bee75f8d94b6db7f56a813bebe8aeb4291b
Author: kyle <kyle@getaddrinfo.net>
Date:   Thu, 17 Mar 2016 22:27:12 -0600

instrument: add llvm-config transformutils

Diffstat:
Minstrument/Makefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/instrument/Makefile b/instrument/Makefile @@ -25,6 +25,7 @@ LDADD += -Wl,--start-group \ LDADD += `llvm-config --libs bitreader` LDADD += `llvm-config --libs mcparser` +LDADD += `llvm-config --libs transformutils` LDADD += `llvm-config --libs option` LDADD += `llvm-config --system-libs`