[PATCH] D45467: COFF: Friendlier undefined symbol errors.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 20:51:15 PDT 2018


pcc added a comment.

In https://reviews.llvm.org/D45467#1069517, @zturner wrote:

> Is there a particular reason to use a pointer? Inside the function it isn’t
>  null checked so we’re already assuming non null.


It's just the local convention, but I can change this one if you feel strongly.


https://reviews.llvm.org/D45467





More information about the llvm-commits mailing list