[PATCH] D88832: [TableGen] Add new getAllDerivedDefinitionsTwo function to RecordKeeper
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 16:15:16 PDT 2020
jrtc27 added a comment.
In D88832#2318253 <https://reviews.llvm.org/D88832#2318253>, @Paul-C-Anagnostopoulos wrote:
> Okay, I think I got it. Thanks for your patience.
>
> The new function takes an ArrayRef<StringRef>. The old function takes a StringRef and simply invokes the new function with makeArrayRef(param).
>
> I had to get used to StringRef and ArrayRef. New to me.
Yes, though you shouldn't even need makeArrayRef, {param} should just work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88832/new/
https://reviews.llvm.org/D88832
More information about the llvm-commits
mailing list