[PATCH] D124306: [UpdateTestChecks] Auto-generate stub bodies for unused prefixes

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 17:27:18 PDT 2022


mtrofin marked an inline comment as done.
mtrofin added a comment.

In D124306#3534450 <https://reviews.llvm.org/D124306#3534450>, @nikic wrote:

> I haven't checked the implementation, but conceptually this looks reasonable.
>
>> [UpdateTestChecks] Auto-generate stub bodies for conflicting outputs
>
> Patch title seems unrelated though?

Ah, yes, fixed. It's actually kind of related - turns out one reason some prefixes may end up unused is if they produce conflicting outputs for functions, but that's too specific of a nuance.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124306



More information about the llvm-commits mailing list