[LLVMdev] LLVM 3.0 oddity

Óscar Fuentes ofv at wanadoo.es
Sun Nov 27 14:55:33 PST 2011


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'.



More information about the llvm-dev mailing list