On Fri, 2024-08-30 at 10:51 -0700, Andrii Nakryiko wrote: [...] > > +/* Split and new base BTFs should inherit endianness from source BTF. */ > > +static void test_distilled_endianness(void) > > +{ > > + struct btf *base = NULL, *split = NULL, *new_base = NULL, *new_split = NULL; > > + struct btf *new_base1 = NULL, *new_split1 = NULL; > > + enum btf_endianness inverse_endianness; > > + const void *raw_data; > > + __u32 size; > > + > > + printf("is_host_big_endian? %d\n", is_host_big_endian()); > > removed printf :facepalm:, sorry, my bad. [...]