Displaying 2 results from an estimated 2 matches for "contextfram".
Did you mean:
contextframe
2009 Dec 07
4
[LLVMdev] 2.6 JIT using wrong address for external functions
...sses have
0xffffff8d00000000 added to them. Does this look familiar to anyone? I'm
using 2.6 on Solaris10/x64 if it matters.
This has been working for about two months and I can't readily figure
out what I changed to break it.
tia,
-n
define i64 @"extern::427433251261"(%struct.ContextFrame* %context, i64*
nocapture %params, i64 %paramCount) {
entry:
%correctParamCount = icmp eq i64 %paramCount, 0 ; <i1> [#uses=1]
br i1 %correctParamCount, label %copyParams, label %invalidParams
copyParams: ; preds = %entry
%tmp4.i.i.i.i.i = tail cal...
2009 Dec 07
0
[LLVMdev] 2.6 JIT using wrong address for external functions
...es this look familiar to anyone? I'm
> using 2.6 on Solaris10/x64 if it matters.
>
> This has been working for about two months and I can't readily figure
> out what I changed to break it.
>
> tia,
> -n
>
>
> define i64 @"extern::427433251261"(%struct.ContextFrame* %context, i64*
> nocapture %params, i64 %paramCount) {
> entry:
> %correctParamCount = icmp eq i64 %paramCount, 0 ; <i1> [#uses=1]
> br i1 %correctParamCount, label %copyParams, label %invalidParams
>
> copyParams: ; preds = %entry
&...