Skip to content

bpftool: Move LLVM functionality into plugin (fixes #262)#264

Open
socketpair wants to merge 1 commit into
libbpf:mainfrom
socketpair:plugin
Open

bpftool: Move LLVM functionality into plugin (fixes #262)#264
socketpair wants to merge 1 commit into
libbpf:mainfrom
socketpair:plugin

Conversation

@socketpair
Copy link
Copy Markdown

No description provided.

@socketpair socketpair force-pushed the plugin branch 2 times, most recently from 1b0865c to cdab051 Compare June 1, 2026 14:46
Comment thread src/jit_disasm.c

static void destroy_context(disasm_ctx_t *ctx)
{
LLVMDisposeMessage(*ctx);
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a wrong function. LLVMDisasmDispose sctually should be used. Fixed in this PR.

@socketpair socketpair force-pushed the plugin branch 2 times, most recently from 24f1102 to d8b28f4 Compare June 3, 2026 08:53
Signed-off-by: Korenberg Mark <socketpair@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FEATURE: Make the LLVM disassembler an optional runtime dependency

1 participant