[PATCH] D83578: [test] Replace a fragile lit feature (substitution in an argument place) with command -v

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 23 13:14:52 PDT 2021


dblaikie added a comment.

In D83578#2713345 <https://reviews.llvm.org/D83578#2713345>, @MaskRay wrote:

> In D83578#2713279 <https://reviews.llvm.org/D83578#2713279>, @dblaikie wrote:
>
>> FWIW I'm pretty ambivalent either way on this.
>>
>> But this patch says it replaces the feature - which I don't think it does, since it doesn't remove the functionality from lit (& not sure if replaces all uses of the feature). I think if it's going to be removed, the functionality should be removed or we'll get more of it & more confusion about which way things should be done.
>
> It replaces a usage, not the feature. The usage would be the blocker if we remove the functionality from lit.

Right - what I mean is I don't think it's super valuable to remove the usage without also removing the functionality (& part of that - knowing we've removed all usage of the feature)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83578



More information about the llvm-commits mailing list