Comment 19 for bug 1388627

Revision history for this message
blueshell (shell3000) wrote :

i'v found the different.
in llvm\Bitcode\LLVMBitCodes.h enum AttributeKindCodes
in v1.0 ATTR_KIND_TYPED_INTRINSIC = 41,
and in the lastest version ATTR_KIND_RESERVED = 41,

so i think it got a error because cheerp/lib/libc.bc is old.
so if i need to use lastest version , i need compile those libs also?