[PATCH] D81285: [builtins] Change si_int to int in some helper declarations

Anatoly Trosinenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 24 00:29:58 PDT 2020


atrosinenko added a comment.

Thank you!

In D81285#2110102 <https://reviews.llvm.org/D81285#2110102>, @MaskRay wrote:

> > This patch changes types of some integer function arguments or return values from si_int to the default int type (typedefed to native_int to make it obvious this is intentional) to make it more compatible with libgcc.
>
> Please drop `native_int` from the description since the code has been adjusted.


Fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81285





More information about the cfe-commits mailing list