panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.45k stars 475 forks source link

gcov fix #1511

Closed MarkMankins closed 1 month ago

MarkMankins commented 1 month ago

If --enable-gcov is passed to the configure script, PANDA displays this message and aborts when llvm is first enabled:

JIT session error: Symbols not found: [ llvm_gcov_init ]

This patch fixes that issue.