Displaying 1 result from an estimated 1 matches for "newkind".
Did you mean:
newind
2011 Mar 23
0
[LLVMdev] new at LLVM
...-gcc hello.c -o hello" and then "./hello" command..
> but with "llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc" and then "lli hello.bc" its give error :
>
>
> lli: BitcodeReader.cpp:863: bool llvm::BitcodeReader::ParseMetadata(): Assertion `Kind == NewKind && "FIXME: Unable to handle custom metadata mismatch!"' failed.
> 0 lli 0x08721a28
> Stack dump:
> 0. Program arguments: lli hello.bc
> Aborted
>
>
> now what i had to do
lli probably doesn't deal well with some of the new metadata. There'...