Displaying 3 results from an estimated 3 matches for "isstringattribute".
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 the .{c,bc,ll} and the log file of the error.
Any insight on how to solve this would be quite helpful because it occurs
in several bytecode files of the Linux Kernel source.
I'm usin...
2013 Jun 18
0
[LLVMdev] opt fails with assertion in Attributes.cpp
...te:
> 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 the .{c,bc,ll} and the log file of the error.
> Any insight on how to solve this would be quite helpful because it occurs in several bytecode files of the Linux Kernel source...
2013 Jun 20
1
[LLVMdev] opt fails with assertion in Attributes.cpp
...t; > 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 the .{c,bc,ll} and the log file of the error.
> > Any insight on how to solve this would be quite helpful because it
> occurs in several bytecode files of...