Displaying 8 results from an estimated 8 matches for "ugpoint".
Did you mean:
bugpoint
2012 Oct 31
2
[LLVMdev] piping into lli broken on darwin
....
> >
> > LLVM ERROR: Could not resolve external global address: stdout
>
> This error means you're generating a reference to a symbol named
> stdout, which does not exist on OS X. Why do you think this is a bug
> in lli?
Eli,
What about the output that I see from bugpoint...
http://llvm.org/bugs/show_bug.cgi?id=14142#c4
which seems to suggest that the actual problem is an alignment issue.
ugpoint-test-program.bc.llc.s.gcc.exe -lm -O2
bugpoint-test-program.bc:4:Alignment too large: 15. assumed.
bugpoint-test-program.bc:5:Unknown pseudo-op: .type
bugpoint-test-prog...
2012 Nov 01
2
[LLVMdev] piping into lli broken on darwin
...bal address: stdout
> >>
> >> This error means you're generating a reference to a symbol named
> >> stdout, which does not exist on OS X. Why do you think this is a bug
> >> in lli?
> >
> > Eli,
> > What about the output that I see from bugpoint...
> >
> > http://llvm.org/bugs/show_bug.cgi?id=14142#c4
> >
> > which seems to suggest that the actual problem is an alignment issue.
> >
> > ugpoint-test-program.bc.llc.s.gcc.exe -lm -O2
> > bugpoint-test-program.bc:4:Alignment too large: 15. assumed.
>...
2012 Oct 31
0
[LLVMdev] piping into lli broken on darwin
...ROR: Could not resolve external global address: stdout
>>
>> This error means you're generating a reference to a symbol named
>> stdout, which does not exist on OS X. Why do you think this is a bug
>> in lli?
>
> Eli,
> What about the output that I see from bugpoint...
>
> http://llvm.org/bugs/show_bug.cgi?id=14142#c4
>
> which seems to suggest that the actual problem is an alignment issue.
>
> ugpoint-test-program.bc.llc.s.gcc.exe -lm -O2
> bugpoint-test-program.bc:4:Alignment too large: 15. assumed.
> bugpoint-test-program.bc:5:Unknow...
2012 Nov 01
0
[LLVMdev] piping into lli broken on darwin
...>>
>> >> This error means you're generating a reference to a symbol named
>> >> stdout, which does not exist on OS X. Why do you think this is a bug
>> >> in lli?
>> >
>> > Eli,
>> > What about the output that I see from bugpoint...
>> >
>> > http://llvm.org/bugs/show_bug.cgi?id=14142#c4
>> >
>> > which seems to suggest that the actual problem is an alignment issue.
>> >
>> > ugpoint-test-program.bc.llc.s.gcc.exe -lm -O2
>> > bugpoint-test-program.bc:4:Alignment...
2012 Nov 01
2
[LLVMdev] piping into lli broken on darwin
...t; This error means you're generating a reference to a symbol named
> >> >> stdout, which does not exist on OS X. Why do you think this is a bug
> >> >> in lli?
> >> >
> >> > Eli,
> >> > What about the output that I see from bugpoint...
> >> >
> >> > http://llvm.org/bugs/show_bug.cgi?id=14142#c4
> >> >
> >> > which seems to suggest that the actual problem is an alignment issue.
> >> >
> >> > ugpoint-test-program.bc.llc.s.gcc.exe -lm -O2
> >> > b...
2012 Oct 31
0
[LLVMdev] piping into lli broken on darwin
On Wed, Oct 31, 2012 at 8:43 AM, Jack Howarth <howarth at bromo.med.uc.edu> wrote:
> While testing llvm/polly svn on x86_64-apple-darwin10/11/12, I noticed that three darwin
> specific polly-test regressions exist. At least part of these failures appear to be due
> to lli on darwin not accepting piped input such that the test...
>
> opt -load
2012 Nov 01
0
[LLVMdev] piping into lli broken on darwin
...you're generating a reference to a symbol named
>> >> >> stdout, which does not exist on OS X. Why do you think this is a bug
>> >> >> in lli?
>> >> >
>> >> > Eli,
>> >> > What about the output that I see from bugpoint...
>> >> >
>> >> > http://llvm.org/bugs/show_bug.cgi?id=14142#c4
>> >> >
>> >> > which seems to suggest that the actual problem is an alignment issue.
>> >> >
>> >> > ugpoint-test-program.bc.llc.s.gcc.exe -lm...
2012 Oct 31
3
[LLVMdev] piping into lli broken on darwin
While testing llvm/polly svn on x86_64-apple-darwin10/11/12, I noticed that three darwin
specific polly-test regressions exist. At least part of these failures appear to be due
to lli on darwin not accepting piped input such that the test...
opt -load /sw/src/fink.build/llvm32-3.2-0/llvm-3.2/build/lib/LLVMPolly.so
-basicaa -polly-prepare -polly-region-simplify -O3