Displaying 7 results from an estimated 7 matches for "whoopse".
Did you mean:
whoops
2005 May 19
6
[LLVMdev] [Cygwin] groff build error
...ndGuide/analyze.1': No
such file or directory
make[2]: *** [/usr/build/llvm/docs/CommandGuide/analyze.ps] Error 1
make[2]: Leaving directory `/usr/build/llvm/docs/CommandGuide'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/build/llvm/docs'
make: *** [install] Error 1
Whoopse, this is actually the pre 1.5 version of llvm I am using, so I do not know whether it has been fixed in the 1.5 release, probably not, but if it is not obvious, please, do not waste too much time on it, and I will do a clean 1.5 rebuild tomorrow, then hopefully a CVS build.
Hopefully I can put tog...
2005 May 20
2
[LLVMdev] [Cygwin] groff build error - semi solved
...e.1': No
such file or directory
make[2]: *** [/usr/build/llvm/docs/CommandGuide/analyze.ps] Error 1
make[2]: Leaving directory `/usr/build/llvm/docs/CommandGuide'
make[1]: *** [install] Error 1
make[1]: Leaving directory `/usr/build/llvm/docs'
make: *** [install] Error 1
Whoopse, this is actually the pre 1.5 version of llvm I am using, so I do not know whether it has been fixed in the 1.5 release, probably not, but if it is not obvious, please, do not waste too much time on it, and I will do a clean 1.5 rebuild tomorrow, then hopefully a CVS build.
Hopefully I can put t...
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
...[2]: *** [/usr/build/llvm/docs/CommandGuide/analyze.ps] Error 1
> make[2]: Leaving directory `/usr/build/llvm/docs/CommandGuide'
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/usr/build/llvm/docs'
> make: *** [install] Error 1
>
> Whoopse, this is actually the pre 1.5 version of llvm I am using, so
> I do not know whether it has been fixed in the 1.5 release, probably
> not, but if it is not obvious, please, do not waste too much time on
> it, and I will do a clean 1.5 rebuild tomorrow, then hopefully a CVS
>...
2009 Jul 25
0
[LLVMdev] Bug in ExecutionEngine::getConstantValue() -- Instruction::PtrToInt
Aaron Gray wrote:
> I think I might have found a bug in the exection engine's 'constants
> folding'.
>
> Basically APInt's parameters are the wrong way round.
>
> Line 577 for lib/ExecutionEngine/ExecutionEngine.cpp :-
>
> case Instruction::PtrToInt: {
> GenericValue GV = getConstantValue(Op0);
> uint32_t PtrWidth =
2005 May 19
0
[LLVMdev] [Cygwin] groff build error
...e or directory
> make[2]: *** [/usr/build/llvm/docs/CommandGuide/analyze.ps] Error 1
> make[2]: Leaving directory `/usr/build/llvm/docs/CommandGuide'
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/usr/build/llvm/docs'
> make: *** [install] Error 1
>
> Whoopse, this is actually the pre 1.5 version of llvm I am using, so I
> do not know whether it has been fixed in the 1.5 release, probably
> not, but if it is not obvious, please, do not waste too much time on
> it, and I will do a clean 1.5 rebuild tomorrow, then hopefully a CVS
> build.
>...
2009 Jul 25
3
[LLVMdev] Bug in ExecutionEngine::getConstantValue() -- Instruction::PtrToInt
I think I might have found a bug in the exection engine's 'constants
folding'.
Basically APInt's parameters are the wrong way round.
Line 577 for lib/ExecutionEngine/ExecutionEngine.cpp :-
case Instruction::PtrToInt: {
GenericValue GV = getConstantValue(Op0);
uint32_t PtrWidth = TD->getPointerSizeInBits();
GV.IntVal = APInt(PtrWidth,
2005 May 20
0
[LLVMdev] [Cygwin] groff build error - semi solved
...dGuide/analyze.ps]
> Error 1
> make[2]: Leaving directory `/usr/build/llvm/docs/CommandGuide'
> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/usr/build/llvm/docs'
> make: *** [install] Error 1
>
> Whoopse, this is actually the pre 1.5 version of llvm I am
> using, so I do not know whether it has been fixed in the 1.5
> release, probably not, but if it is not obvious, please, do
> not waste too much time on it, and I will do a clean 1.5
> rebuild tomorrow,...