search for: uccello

Displaying 2 results from an estimated 2 matches for "uccello".

Did you mean: chello
2009 Feb 11
1
[LLVMdev] Suggested change to docs re: double/float constant syntax.
...ayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32- i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64- f80:128:128" target triple = "i386-apple-darwin9.5" @mydouble = constant double 0x432ff973cafa8000 @myfloat = constant float 0x405b126f signals this error: uccello:/tmp clements$ llvm-as foo2.s llvm-as: foo2.s:6:27: floating point constant invalid for type @myfloat = constant float 0x405b126f ^ If I'm correct in this assumption, I suggest mentioning this in the language reference. In the interest of not making work for othe...
2009 Jan 28
3
[LLVMdev] uses of unwind lead to crashes
I have what appears to be a bug in LLVM... I'm deeply hesitant to label it a bug, given my lack of experience with LLVM, but the behaviour of this fragment strongly suggests a bug. In particular, compiling and running this fragment using a fresh SVN build yields this stderr: uccello:/tmp clements$ lli a.out.bc 0 lli 0x005e72b6 char const* std::find<char const*, char>(char const*, char const*, char const&) + 98 1 lli 0x005e77eb llvm::sys::PrintStackTraceOnErrorSignal() + 593 2 libSystem.B.dylib 0x9623509b _sigtramp + 43 3 libSys...