Skip to content

Commit 431df45

Browse files
committed
btfdiff: Exclude Rust CUs since those are not yet being converted to BTF on the Linux kernel
Remove that as soon as we support BTF for Rust. Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 1231b6b commit 431df45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

btfdiff

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ${pahole_bin} -F dwarf \
3030
--suppress_aligned_attribute \
3131
--suppress_force_paddings \
3232
--suppress_packed \
33+
--lang_exclude rust \
3334
--show_private_classes $dwarf_input > $dwarf_output
3435
${pahole_bin} -F btf \
3536
--sort \

0 commit comments

Comments
 (0)