[PATCH] D78641: [builtins] Add void prototype to unprototyped functions

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 13:03:25 PDT 2020


aykevl added a comment.

Thanks for the review!

In D78641#1996984 <https://reviews.llvm.org/D78641#1996984>, @MaskRay wrote:

> LGTM. Though hope you can address more issues in one patch.


Yeah I just fixed things as I went through supporting AVR (D78205 <https://reviews.llvm.org/D78205> was to get the builtins to compile, this patch was to get the tests to compile). If I find more issues, I'll try to bundle all related changes in one patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78641





More information about the llvm-commits mailing list