search for: anyv

Displaying 4 results from an estimated 4 matches for "anyv".

Did you mean: any
2016 Mar 24
2
Possible bug with struct types and linking
...type signatures of functions called from the Dst module can change, causing verification failures, e.g. if a call instruction originally from Dst calls a function in Src with the wrong typed pointer. Dst Module ======== %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", i8 } %"struct.impala_udf::AnyVal" = type { i8 } %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", i8 } <forward declarations of IdentityTiny and IdentityBool> <functions that call IdentityTiny and IdentityBool> Src Module =...
2016 Mar 24
2
Possible bug with struct types and linking
...; > change, causing verification failures, e.g. if a call instruction > originally > > from Dst calls a function in Src with the wrong typed pointer. > > > > Dst Module > > ======== > > %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", > i8 } > > %"struct.impala_udf::AnyVal" = type { i8 } > > %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", > i8 } > > > > <forward declarations of IdentityTiny and IdentityBool> > > > > &lt...
2016 Mar 24
0
Possible bug with struct types and linking
...called from the Dst module can > change, causing verification failures, e.g. if a call instruction originally > from Dst calls a function in Src with the wrong typed pointer. > > Dst Module > ======== > %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", i8 } > %"struct.impala_udf::AnyVal" = type { i8 } > %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", i8 } > > <forward declarations of IdentityTiny and IdentityBool> > > <functions that call IdentityTiny and Id...
2016 Mar 24
0
Possible bug with struct types and linking
...erification failures, e.g. if a call instruction >> originally >> > from Dst calls a function in Src with the wrong typed pointer. >> > >> > Dst Module >> > ======== >> > %"struct.impala_udf::TinyIntVal" = type { %"struct.impala_udf::AnyVal", >> i8 } >> > %"struct.impala_udf::AnyVal" = type { i8 } >> > %"struct.impala_udf::BooleanVal" = type { %"struct.impala_udf::AnyVal", >> i8 } >> > >> > <forward declarations of IdentityTiny and IdentityBool>...