[PATCH] D56761: Add a parameter to the objectsize intrinsic that controls whether to evaluate size dynamically

Erik Pilkington via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 13:15:16 PST 2019


erik.pilkington marked an inline comment as done.
erik.pilkington added a comment.

In D56761#1391118 <https://reviews.llvm.org/D56761#1391118>, @vsk wrote:

> I think this breaks bitcode backwards compatibility:
>
>   Callsite was not defined with variable arguments!
>   i64 (i8*, i1, i1)* @llvm.objectsize.i64.p0i8
>


Thanks for letting me know, should be fixed by D58071 <https://reviews.llvm.org/D58071>.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56761/new/

https://reviews.llvm.org/D56761





More information about the llvm-commits mailing list