[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 08:50:46 PDT 2020
jrtc27 added a comment.
In D88832#2316928 <https://reviews.llvm.org/D88832#2316928>, @Paul-C-Anagnostopoulos wrote:
> I tried that, but there is no conversion from a string literal to an ArrayRef<std::string>. Most calls to getAllDerivedDefinitions() pass a literal.
Does it work with ArrayRef<StringRef>?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88832/new/
https://reviews.llvm.org/D88832
More information about the llvm-commits
mailing list