Displaying 1 result from an estimated 1 matches for "exceptionrout".
Did you mean:
exceptionroute
2012 Dec 13
2
[LLVMdev] Fwd: error while linking modules with exception handling demo code
...e { i8*, i32 } %1, { i8*, i32 }* %caughtResultStorage
store i8* %2, i8** %exceptionStorage
store i8 1, i8* %exceptionCaught
%4 = bitcast i8* %2 to { i64 }*
%5 = getelementptr inbounds { i64 }* %4, i32 0, i32 0
%6 = load i64* %5
%7 = icmp eq i64 %6, 8026094035810743040
br i1 %7, label %exceptionRoute, label %externalException
exceptionRoute: ; preds = %exception
%8 = getelementptr i8* %2, i64 4294967280
%9 = bitcast i8* %8 to { { i32 } }*
%10 = getelementptr inbounds { { i32 } }* %9, i32 0, i32 0
%11 = getelementptr inbounds { i32 }* %10, i32 0, i32 0...