Erik de Castro Lopo <mle+cl at mega-nerd.com> writes: [snip] > declare external ccc i32 @some_fn(%struct.Obj* ) align 8 > > ; bunch more declarations and code. > > define external ccc i32 @some_fn(%struct.Obj* %_p_vn) [snip] > c) Am I doing something else wrong. I guess that the problem is with the missing `align 8' on the `define'.