search for: r184239

Displaying 3 results from an estimated 3 matches for "r184239".

Did you mean: r182439
2013 Jun 18
0
[LLVMdev] opt fails with assertion in Attributes.cpp
Hi Marcelo, That should be fixed now at r184239. Sorry about the failure! -bw On Jun 17, 2013, at 6:16 AM, Marcelo Sousa <marceloabsousa at gmail.com> wrote: > Hello, > > I'm getting an error when running opt with what seems to be a valid bytecode file compiled from one the Linux Kernel files. > The error is: > opt:...
2013 Jun 17
2
[LLVMdev] opt fails with assertion in Attributes.cpp
Hello, I'm getting an error when running opt with what seems to be a valid bytecode file compiled from one the Linux Kernel files. The error is: opt: /home/scratch/llvm/lib/IR/Attributes.cpp:119: llvm::StringRef llvm::Attribute::getKindAsString() const: Assertion `isStringAttribute() && "Invalid attribute type to get the kind as a string!"' failed. I send you in attach
2013 Jun 20
1
[LLVMdev] opt fails with assertion in Attributes.cpp
...3 store i32* %6, i32** %7, align 8, !dbg !3503 ret void, !dbg !3504 } Can someone fix this or point me to where I should fix it? Kind regards, Marcelo On Tue, Jun 18, 2013 at 10:28 PM, Bill Wendling <wendling at apple.com> wrote: > Hi Marcelo, > > That should be fixed now at r184239. Sorry about the failure! > > -bw > > On Jun 17, 2013, at 6:16 AM, Marcelo Sousa <marceloabsousa at gmail.com> > wrote: > > > Hello, > > > > I'm getting an error when running opt with what seems to be a valid > bytecode file compiled from one the Lin...