The current appending linkage handling implicitly assumes this by
using a basic ConstantExpr::getBitCast to resolve type
mismatches. Avoid this edge case so we don't need to keep the type
mismatch replacement code around after opaque pointers.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, this just makes the existing limitation explicit, and I don't think there's a point in supporting this without some use-case.