[LLVMdev] Fwd: error while linking modules with exception handling demo code

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Dec 18 07:42:28 PST 2012


> define i32 @foo2(i32) {
>   %h = alloca i32
>   %g = alloca i32
>   %bar = alloca i32
>   store i32 %0, i32* %bar
>   %"argument read" = load i32* %bar
>   %"Code::Op::Mul" = mul i32 %"argument read", 5
>   store i32 %"Code::Op::Mul", i32* %g
>   %read = load i32* %g
> }
>

I tried to reproduce the assert, but llvm-link fails to parse this as
it is a missing a return.

Cheers,
Rafael



More information about the llvm-dev mailing list